Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
Davscreen_capture_napi.h173 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct
174 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() argument
180 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;