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.h160 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct
161 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() argument
167 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;