Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioStreamBuilder.h37 OH_AudioStream_Result SetChannelCount(int32_t channelCount);
H A DOHAudioStreamBuilder.cpp54 return audioStreamBuilder->SetChannelCount(channelCount); in OH_AudioStreamBuilder_SetChannelCount()
266 OH_AudioStream_Result OHAudioStreamBuilder::SetChannelCount(int32_t channelCount) in SetChannelCount() function in OHOS::AudioStandard::OHAudioStreamBuilder