Home
last modified time | relevance | path

Searched refs:OH_AudioStreamBuilder_SetChannelLayout (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audiostreambuilder.h139 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelLayout(OH_AudioStreamBuilder* builder,
/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Dusing-ohaudio-for-playback.md351 开发流程与普通播放场景一致,仅需要在创建音频流构造器时,调用[OH_AudioStreamBuilder_SetChannelLayout()](../../reference/apis-audio…
362 OH_AudioStreamBuilder_SetChannelLayout(builder, CH_LAYOUT_STEREO);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Dnative__audiostreambuilder_8h.md35 …udioStream_Result](_o_h_audio.md#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelLayout](_…
H A D_o_h_audio.md191 | [OH_AudioStream_Result](#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelLayout](#oh_audi…
3366 ### OH_AudioStreamBuilder_SetChannelLayout()
3369 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelLayout(OH_AudioStreamBuilder *builder, OH_Aud…
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Dnative__audiostreambuilder_8h.md35 …udioStream_Result](_o_h_audio.md#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelLayout](_…
H A D_o_h_audio.md191 | [OH_AudioStream_Result](#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelLayout](#oh_audi…
3606 ### OH_AudioStreamBuilder_SetChannelLayout()
3609 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelLayout(OH_AudioStreamBuilder *builder, OH_Aud…
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioStreamBuilder.cpp93 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelLayout(OH_AudioStreamBuilder *builder, in OH_AudioStreamBuilder_SetChannelLayout() function
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-ohaudio-for-playback.md339 …hat you need to set the audio channel layout by calling [OH_AudioStreamBuilder_SetChannelLayout()]…
350 OH_AudioStreamBuilder_SetChannelLayout(builder, CH_LAYOUT_STEREO);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp891 result = OH_AudioStreamBuilder_SetChannelLayout(builder, channelLayout);