Home
last modified time | relevance | path

Searched refs:OH_AudioInterrupt_ForceType (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.2/
H A Dchangelogs-multimedia.md19 OH_AudioInterrupt_ForceType type,
29 OH_AudioInterrupt_ForceType type,
67 OH_AudioInterrupt_ForceType type,
77 OH_AudioInterrupt_ForceType type,
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.2/
H A Dchangelogs-multimedia.md19 OH_AudioInterrupt_ForceType type,
29 OH_AudioInterrupt_ForceType type,
67 OH_AudioInterrupt_ForceType type,
77 OH_AudioInterrupt_ForceType type,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A D_o_h___audio_capturer___callbacks___struct.md26 …(_o_h_audio.md#oh_audiocapturer) \*capturer, void \*userData, [OH_AudioInterrupt_ForceType](_o_h_a…
55 …_OnInterruptEvent)(OH_AudioCapturer *capturer, void *userData, OH_AudioInterrupt_ForceType type, O…
66 | type | 音频中断类型[OH_AudioInterrupt_ForceType](_o_h_audio.md#oh_audiointerrupt_forcetype)。 |
H A D_o_h___audio_renderer___callbacks___struct.md26 …(_o_h_audio.md#oh_audiorenderer) \*renderer, void \*userData, [OH_AudioInterrupt_ForceType](_o_h_a…
57 …_OnInterruptEvent)(OH_AudioRenderer *renderer, void *userData, OH_AudioInterrupt_ForceType type, O…
68 | type | 音频中断类型[OH_AudioInterrupt_ForceType](_o_h_audio.md#oh_audiointerrupt_forcetype)。 |
H A Dnative__audiostream__base_8h.md58 | [OH_AudioInterrupt_ForceType](_o_h_audio.md#oh_audiointerrupt_forcetype) {<br/>AUDIOSTREAM_INTERR…
H A D_o_h_audio.md96 | [OH_AudioInterrupt_ForceType](#oh_audiointerrupt_forcetype) {<br/>AUDIOSTREAM_INTERRUPT_FORCE = 0…
679 ### OH_AudioInterrupt_ForceType subsection
682 enum OH_AudioInterrupt_ForceType
711 此类型表示根据焦点策略,当前需要对音频流的具体操作(如暂停、调整音量等)。可以结合[OH_AudioInterrupt_ForceType](#oh_audiointerrupt_forcetype…
720 …T_RESUME | 提示音频恢复,应用可主动触发开始渲染或开始采集的相关操作。<br>此操作无法由系统强制执行,其对应的[OH_AudioInterrupt_ForceType](#oh_au…
/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audiostream_base.h353 } OH_AudioInterrupt_ForceType; typedef
557 OH_AudioInterrupt_ForceType type,
610 OH_AudioInterrupt_ForceType type,
/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Dusing-ohaudio-for-playback.md124 OH_AudioInterrupt_ForceType type,
193 OH_AudioInterrupt_ForceType type,
240 OH_AudioInterrupt_ForceType type,
275 OH_AudioInterrupt_ForceType type,
H A Dusing-ohaudio-for-recording.md107 OH_AudioInterrupt_ForceType type,
154 OH_AudioInterrupt_ForceType type,
188 OH_AudioInterrupt_ForceType type,
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A D_o_h___audio_capturer___callbacks___struct.md26 …(_o_h_audio.md#oh_audiocapturer) \*capturer, void \*userData, [OH_AudioInterrupt_ForceType](_o_h_a…
58 …_OnInterruptEvent)(OH_AudioCapturer *capturer, void *userData, OH_AudioInterrupt_ForceType type, O…
71 …io interruption. For details about the available options, see [OH_AudioInterrupt_ForceType](_o_h_a…
H A D_o_h___audio_renderer___callbacks___struct.md26 …(_o_h_audio.md#oh_audiorenderer) \*renderer, void \*userData, [OH_AudioInterrupt_ForceType](_o_h_a…
60 …_OnInterruptEvent)(OH_AudioRenderer *renderer, void *userData, OH_AudioInterrupt_ForceType type, O…
73 …io interruption. For details about the available options, see [OH_AudioInterrupt_ForceType](_o_h_a…
H A Dnative__audiostream__base_8h.md58 | [OH_AudioInterrupt_ForceType](_o_h_audio.md#oh_audiointerrupt_forcetype) {<br>AUDIOSTREAM_INTERRU…
H A D_o_h_audio.md96 | [OH_AudioInterrupt_ForceType](#oh_audiointerrupt_forcetype) {<br>AUDIOSTREAM_INTERRUPT_FORCE = 0,…
731 ### OH_AudioInterrupt_ForceType subsection
734 enum OH_AudioInterrupt_ForceType
767 …er the operation is forcibly performed by the system based on [OH_AudioInterrupt_ForceType](#oh_au…
776 …ot be forcibly performed by the system, and the corresponding [OH_AudioInterrupt_ForceType](#oh_au…
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-ohaudio-for-recording.md108 OH_AudioInterrupt_ForceType type,
155 OH_AudioInterrupt_ForceType type,
189 OH_AudioInterrupt_ForceType type,
H A Dusing-ohaudio-for-playback.md125 OH_AudioInterrupt_ForceType type,
194 OH_AudioInterrupt_ForceType type,
241 OH_AudioInterrupt_ForceType type,
276 OH_AudioInterrupt_ForceType type,
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp411 OH_AudioInterrupt_ForceType type = (OH_AudioInterrupt_ForceType)(interruptEvent.forceType); in OnInterrupt()
H A DOHAudioRenderer.cpp742 OH_AudioInterrupt_ForceType type = (OH_AudioInterrupt_ForceType)(interruptEvent.forceType); in OnInterrupt()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_test.cpp67 OH_AudioInterrupt_ForceType type, in AudioInterruptCallback()
H A Doh_audio_renderer_test.cpp79 OH_AudioInterrupt_ForceType type, in AudioInterruptCallback()
/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.cpp55 OH_AudioInterrupt_ForceType type, in AudioRendererInterruptEvent()