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.h161 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct
162 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() argument
168 AVScreenCaptureNapi *napi = nullptr;
169 AVScreenCaptureConfig config_;
170 std::shared_ptr<ScreenCaptureController> controller_ = nullptr;
171 std::string opt_ = "";
172 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;