Searched defs:STREAM_MUSIC (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioSystem.java42 public static final int STREAM_MUSIC = 3; field in class:AudioSystem
H A DAudioManager.java204 public static final int STREAM_MUSIC = AudioSystem.STREAM_MUSIC; field in class:AudioManager
229 11, // STREAM_MUSIC
539 * {@link #STREAM_SYSTEM}, {@link #STREAM_RING}, {@link #STREAM_MUSIC} or
1524 return AudioSystem.isStreamActive(STREAM_MUSIC, 0);
1541 * Note: only AudioManager.STREAM_MUSIC is supported at the moment
1544 if (streamType != STREAM_MUSIC) {
1693 * If a volume of -1 is specified, the AudioManager.STREAM_MUSIC stream volume minus 3dB will be used.
2375 * {@link #STREAM_MUSIC},
2409 case STREAM_MUSIC
[all...]

Completed in 53 milliseconds