StreamType enum

Inheritance
Available extensions

Values

ANDROID_STREAM_ACCESSIBILITY → const StreamType

android stream type, map to STREAM_ACCESSIBILITY

ANDROID_STREAM_ALARM → const StreamType

android stream type, map to STREAM_ALARM

ANDROID_STREAM_DTMF → const StreamType

android stream type, map to STREAM_DTMF

ANDROID_STREAM_MUSIC → const StreamType

android stream type, map to STREAM_MUSIC

ANDROID_STREAM_NOTIFICATION → const StreamType

android stream type, map to STREAM_NOTIFICATION

ANDROID_STREAM_RING → const StreamType

android stream type, map to STREAM_RING

ANDROID_STREAM_SYSTEM → const StreamType

android stream type, map to STREAM_SYSTEM

ANDROID_STREAM_VOICE_CALL → const StreamType

android stream type, map to STREAM_VOICE_CALL

IOS_STREAM_TYPE → const StreamType

iOS stream type, one type only, just for platform distinction

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<StreamType>
A constant List of the values in this enum, in order of their declaration.