Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Daudio_recorder_napi.h73 … bool GetAudioEncAndFileFormat(napi_env env, napi_value args, AudioRecorderProperties &properties);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp274 bool AudioRecorderNapi::GetAudioEncAndFileFormat(napi_env env, napi_value args, AudioRecorderProper… in GetAudioEncAndFileFormat() function in OHOS::Media::AudioRecorderNapi
330 bool ret = GetAudioEncAndFileFormat(env, args, properties); in GetAudioProperties()