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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java51 public static final int STREAM_MUSIC = 3; field in class:AudioSystem
77 "STREAM_MUSIC",
768 11, // STREAM_MUSIC
809 (1 << STREAM_MUSIC) |
H A DAudioManager.java215 * {@link #STREAM_MUSIC} on others (e.g. a television).
322 public static final int STREAM_MUSIC = AudioSystem.STREAM_MUSIC; field in class:AudioManager
798 * {@link #STREAM_SYSTEM}, {@link #STREAM_RING}, {@link #STREAM_MUSIC} or
1724 return AudioSystem.isStreamActive(STREAM_MUSIC, 0);
1731 * @return true if {@link AudioManager#STREAM_MUSIC} is active on a remote device
1734 return AudioSystem.isStreamActiveRemotely(STREAM_MUSIC, 0);
1968 * If a volume of -1 is specified, the AudioManager.STREAM_MUSIC stream volume minus 3dB will be used.
3187 * {@link #STREAM_MUSIC},
3229 case STREAM_MUSIC
[all...]

Completed in 209 milliseconds