Enum AudioStreamTypes

A list of possible audio stream types in Android.

Values

Name Description
0 STREAM_VOICE_CALL. Used to identify the volume of audio streams for phone calls.
1 STREAM_SYSTEM. Used to identify the volume of audio streams for system sounds.
2 STREAM_RING. Used to identify the volume of audio streams for the phone ring.
3 STREAM_MUSIC. Used to identify the volume of audio streams for music playback.
4 STREAM_ALARM. Used to identify the volume of audio streams for alarms.
5 STREAM_NOTIFICATION. Used to identify the volume of audio streams for notifications.
10 STREAM_ACCESSIBILITY. Used to identify the volume of audio streams for accessibility prompts.