Home
last modified time | relevance | path

Searched defs:AVRecorderAsyncContext (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.h427 struct AVRecorderAsyncContext : public MediaAsyncContext { struct
428 explicit AVRecorderAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVRecorderAsyncContext() function
434 AVRecorderNapi *napi = nullptr;
435 std::shared_ptr<AVRecorderConfig> config_ = nullptr;
436 std::string opt_ = "";
437 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;
438 std::shared_ptr<AVRecorderProfile> profile_ = nullptr;
439 AudioRecorderChangeInfo changeInfo_;
440 int32_t maxAmplitude_ = 0;
441 std::vector<EncoderCapabilityData> encoderInfo_;
[all …]