Searched defs:AVRecorderAsyncContext (Results 1 – 1 of 1) sorted by relevance
427 struct AVRecorderAsyncContext : public MediaAsyncContext { struct428 explicit AVRecorderAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVRecorderAsyncContext() argument434 AVRecorderNapi *napi = nullptr;435 std::shared_ptr<AVRecorderConfig> config_ = nullptr;436 std::string opt_ = "";437 std::shared_ptr<TaskHandler<RetInfo>> task_ = nullptr;439 AudioRecorderChangeInfo changeInfo_;440 int32_t maxAmplitude_ = 0;441 std::vector<EncoderCapabilityData> encoderInfo_;443 std::shared_ptr<PixelMap> pixelMap_ = nullptr;[all …]