Lines Matching full:stream
17 <li><a href="#IdentifyStream">Identify Which Audio Stream to Use</a></li>
39 playback keys should perform their respective actions on the audio stream used by your app.</p>
42 <h2 id="IdentifyStream">Identify Which Audio Stream to Use</h2>
44 <p>The first step to creating a predictable audio experience is understanding which audio stream
47 <p>Android maintains a separate audio stream for playing music, alarms, notifications, the incoming
49 control the volume of each stream independently.</p>
53 android.media.AudioManager#STREAM_MUSIC} stream.</p>
58 <p>By default, pressing the volume controls modify the volume of the active audio stream. If your
66 audio stream that way. Resist the urge. Android provides the handy {@link
68 presses to the audio stream you specify.<p>
70 <p>Having identified the audio stream your application
71 will be using, you should set it as the volume stream target. You should make this call early in
83 <p>From this point onwards, pressing the volume keys on the device affect the audio stream you