Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h427 struct AVRecorderAsyncContext : public MediaAsyncContext { struct
428 explicit AVRecorderAsyncContext(napi_env env) : MediaAsyncContext(env) {} in AVRecorderAsyncContext() argument
434 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 …]