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.h290 struct AVRecorderAsyncContext : public MediaAsyncContext { struct
291 explicit AVRecorderAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVRecorderAsyncContext() argument
297 AVRecorderNapi *napi = nullptr;
298 std::shared_ptr<AVRecorderConfig> config_ = nullptr;
299 std::string opt_ = "";
300 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;
301 std::shared_ptr<AVRecorderProfile> profile_ = nullptr;