Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h159 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct
160 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() function
166 AVScreenCaptureNapi *napi = nullptr;
167 AVScreenCaptureConfig config_;
168 std::shared_ptr<ScreenCaptureController> controller_ = nullptr;
169 std::string opt_ = "";
170 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;