Searched defs:AVScreenCaptureAsyncContext (Results 1 – 1 of 1) sorted by relevance
159 struct AVScreenCaptureAsyncContext : public MediaAsyncContext { struct160 explicit AVScreenCaptureAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVScreenCaptureAsyncContext() function166 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;