Searched defs:AVScreenCaptureAsyncContext (Results 1 – 1 of 1) sorted by relevance
173 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct174 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() argument180 AVScreenCaptureNapi *napi = nullptr;181 AVScreenCaptureConfig config_;182 std::shared_ptr<ScreenCaptureController> controller_ = nullptr;183 std::string opt_ = "";184 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;