Searched defs:AVScreenCaptureAsyncContext (Results 1 – 1 of 1) sorted by relevance
160 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct161 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() argument167 AVScreenCaptureNapi *napi = nullptr;168 AVScreenCaptureConfig config_;169 std::shared_ptr<ScreenCaptureController> controller_ = nullptr;170 std::string opt_ = "";171 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;