Home
last modified time | relevance | path

Searched refs:OH_AudioStream_Result (Results 1 - 4 of 4) sorted by relevance

/interface/sdk_c/multimedia/audio_framework/audio_renderer/
H A Dnative_audiorenderer.h62 OH_AudioStream_Result OH_AudioRenderer_Release(OH_AudioRenderer* renderer);
75 OH_AudioStream_Result OH_AudioRenderer_Start(OH_AudioRenderer* renderer);
88 OH_AudioStream_Result OH_AudioRenderer_Pause(OH_AudioRenderer* renderer);
101 OH_AudioStream_Result OH_AudioRenderer_Stop(OH_AudioRenderer* renderer);
114 OH_AudioStream_Result OH_AudioRenderer_Flush(OH_AudioRenderer* renderer);
129 OH_AudioStream_Result OH_AudioRenderer_GetCurrentState(OH_AudioRenderer* renderer,
145 OH_AudioStream_Result OH_AudioRenderer_GetSamplingRate(OH_AudioRenderer* renderer, int32_t* rate);
158 OH_AudioStream_Result OH_AudioRenderer_GetStreamId(OH_AudioRenderer* renderer, uint32_t* streamId);
171 OH_AudioStream_Result OH_AudioRenderer_GetChannelCount(OH_AudioRenderer* renderer, int32_t* channelCount);
184 OH_AudioStream_Result OH_AudioRenderer_GetSampleForma
[all...]
/interface/sdk_c/multimedia/audio_framework/common/
H A Dnative_audiostreambuilder.h61 OH_AudioStream_Result OH_AudioStreamBuilder_Create(OH_AudioStreamBuilder** builder, OH_AudioStream_Type type);
76 OH_AudioStream_Result OH_AudioStreamBuilder_Destroy(OH_AudioStreamBuilder* builder);
91 OH_AudioStream_Result OH_AudioStreamBuilder_SetSamplingRate(OH_AudioStreamBuilder* builder, int32_t rate);
106 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder* builder, int32_t channelCount);
119 OH_AudioStream_Result OH_AudioStreamBuilder_SetSampleFormat(OH_AudioStreamBuilder* builder,
133 OH_AudioStream_Result OH_AudioStreamBuilder_SetEncodingType(OH_AudioStreamBuilder* builder,
147 OH_AudioStream_Result OH_AudioStreamBuilder_SetLatencyMode(OH_AudioStreamBuilder* builder,
161 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelLayout(OH_AudioStreamBuilder* builder,
177 OH_AudioStream_Result OH_AudioStreamBuilder_SetRendererInfo(OH_AudioStreamBuilder* builder,
193 OH_AudioStream_Result OH_AudioStreamBuilder_SetCapturerInf
[all...]
H A Dnative_audiostream_base.h82 } OH_AudioStream_Result; typedef
561 OH_AudioStream_Result error);
614 OH_AudioStream_Result error);
/interface/sdk_c/multimedia/audio_framework/audio_capturer/
H A Dnative_audiocapturer.h60 OH_AudioStream_Result OH_AudioCapturer_Release(OH_AudioCapturer* capturer);
74 OH_AudioStream_Result OH_AudioCapturer_Start(OH_AudioCapturer* capturer);
88 OH_AudioStream_Result OH_AudioCapturer_Pause(OH_AudioCapturer* capturer);
102 OH_AudioStream_Result OH_AudioCapturer_Stop(OH_AudioCapturer* capturer);
115 OH_AudioStream_Result OH_AudioCapturer_Flush(OH_AudioCapturer* capturer);
130 OH_AudioStream_Result OH_AudioCapturer_GetCurrentState(OH_AudioCapturer* capturer, OH_AudioStream_State* state);
143 OH_AudioStream_Result OH_AudioCapturer_GetLatencyMode(OH_AudioCapturer* capturer,
157 OH_AudioStream_Result OH_AudioCapturer_GetStreamId(OH_AudioCapturer* capturer, uint32_t* streamId);
172 OH_AudioStream_Result OH_AudioCapturer_GetSamplingRate(OH_AudioCapturer* capturer, int32_t* rate);
185 OH_AudioStream_Result OH_AudioCapturer_GetChannelCoun
[all...]

Completed in 2 milliseconds