AudioStream enum

Enum class mapped to Android audio stream types.

AudioStream.voiceCall refers to AudioManager.STREAM_VOICE_CALL. AudioStream.system refers to AudioManager.STREAM_SYSTEM. AudioStream.ring refers to AudioManager.STREAM_RING. AudioStream.music refers to AudioManager.STREAM_MUSIC. AudioStream.alarm refers to AudioManager.STREAM_ALARM.

Inheritance

Constructors

AudioStream()
const

Values

voiceCall → const AudioStream
system → const AudioStream
ring → const AudioStream
music → const AudioStream
alarm → const AudioStream

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AudioStream>
A constant List of the values in this enum, in order of their declaration.