Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h131 static int32_t CheckAudioChannelCount(const int32_t &audioChannelCount);
H A Davscreen_capture_napi.cpp665 ret = AVScreenCaptureNapi::CheckAudioChannelCount(audioChannels); in GetAudioInfo()
750 int32_t AVScreenCaptureNapi::CheckAudioChannelCount(const int32_t &audioChannelCount) in CheckAudioChannelCount() function in OHOS::Media::AVScreenCaptureNapi