AudioType enum

All types of audios that can be 'queried' from plugin.

Note: Some types are platform specific only. If some platform don't support a type the plugin will ignore the request.

Inheritance

Constructors

AudioType()
const

Values

IS_MUSIC → const AudioType

Query/Remove audios defined as IS_MUSIC.

IS_ALARM → const AudioType

Query/Remove audios defined as IS_ALARM.

IS_NOTIFICATION → const AudioType

Query/Remove audios defined as IS_NOTIFICATION.

IS_PODCAST → const AudioType

Query/Remove audios defined as IS_PODCAST.

IS_RINGTONE → const AudioType

Query/Remove audios defined as IS_RINGTONE.

IS_AUDIOBOOK → const AudioType

Query/Remove audios defined as IS_AUDIOBOOK.

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