Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h99 bool IsValidAudioSource(AudioSourceType source);
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp398 bool RecorderImpl::IsValidAudioSource(AudioSourceType source) in IsValidAudioSource() function in OHOS::Media::RecorderImpl
429 if (!IsValidAudioSource(source)) { in SetAudioSource()