Searched defs:AVRecorderAsyncContext (Results 1 – 1 of 1) sorted by relevance
290 struct AVRecorderAsyncContext : public MediaAsyncContext { struct291 explicit AVRecorderAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVRecorderAsyncContext() argument297 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;