Lines Matching refs:streams

3 When an application plays or records a sound, conflicts with other audio streams may occur, adverse…
7 …e the focus strategy for its audio streams. During audio focus management carried out by the syste…
11 …gy](#audio-focus-strategy) that manages all playback and recording audio streams based on their ty…
13 …ecording, audio focus may be lost due to the intervention of other audio streams. In this case, th…
51 …r the audio focus is released, other audio streams (for example, streams with reduced volume or pa…
57 …s focus for all audio streams (including playback and recording) based on the audio focus strategy…
59streams and [SourceType](../../reference/apis-audio-kit/js-apis-audio.md#sourcetype8) for recordin…
71 …ging-audio-focus-with-audiosession) to adjust the audio focus strategy used by their audio streams.
75 …io-kit/js-apis-audio.md#interruptmode9)) to either self-manage its audio streams or allow the syst…
79streams from the same application share a single audio focus. The concurrency rules between these …
81 …dio focus, and the audio focus strategy is triggered when multiple audio streams are played concur…
83 …ir needs. By default, the system uses **SHARE_MODE** when creating audio streams, but applications…
172 …// Temporarily losing focus: After other audio streams release focus, the current audio stream wil…
220 … customize a focus strategy for its audio streams. When the system performs focus management, all …
224 …pecifies an [audio session strategy](#audio-session-strategy), all audio streams of the applicatio…
228 - When an audio session is in the activated state and all audio streams of the application are stop…
252 …- If the application has no running audio streams, the system automatically deactivates the audio …
253 …m of the application stops and the application does not have other audio streams, focus is not rel…
255 … The system requests audio focus when the audio stream starts. All audio streams of the applicatio…
261 …When the application deactivates an audio session, if all audio streams of the application have st…
275 - **CONCURRENCY_MIX_WITH_OTHERS**: concurrency with other audio streams.
277 - **CONCURRENCY_DUCK_OTHERS**: concurrency with other audio streams and lowering their volume.
279 - **CONCURRENCY_PAUSE_OTHERS**: pausing other audio streams and notifying them to resume after rele…
295 - **DEACTIVATED_LOWER_PRIORITY**: All audio streams of the application are interrupted by other aud…
297 - **DEACTIVATED_TIMEOUT**: The audio session is activated, but the application has no audio streams
305 …s for audio focus, where application A plays audio streams first and application B plays audio str…