Lines Matching refs:playback
7 previous.link=volume-playback.html
36 audio playback—only apps that hold the audio focus should play audio.</p>
56 request the audio focus immediately before you begin playback, such as when the user presses
63 // Request audio focus for playback
72 // Start playback.
76 <p>Once you've finished playback be sure to call {@link
80 this allows any interupted app to continue playback.</p>
83 // Abandon audio focus when playback complete
89 silences its playback. By requesting a transient audio focus that allows ducking you tell other
94 // Request audio focus for playback
102 // Start playback.
128 monitor changes in audio focus and be prepared to resume playback where it was paused once you’ve
133 playback, removing media button listeners—allowing the new audio player to exclusively handle
137 <p>In the following code snippet, we pause the playback or our media player object if the audio
146 // Pause playback
148 // Resume playback
152 // Stop playback
159 playback, you can "duck" instead.</p>