Home
last modified time | relevance | path

Searched refs:GetAVRecorderProfile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h346 static int32_t GetAVRecorderProfile(std::shared_ptr<AVRecorderProfile> &profile,
H A Davrecorder_napi.cpp611 … int32_t ret = AVRecorderNapi::GetAVRecorderProfile(profile, napi->sourceId_, napi->qualityLevel_); in GetAVRecorderProfileTask()
2197 int32_t AVRecorderNapi::GetAVRecorderProfile(std::shared_ptr<AVRecorderProfile> &profile, in GetAVRecorderProfile() function in OHOS::Media::AVRecorderNapi