AndroidAudioFlags class

The audio flags for AndroidAudioAttributes.

Constructors

AndroidAudioFlags(int value)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

contains(AndroidAudioFlags flags) bool
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 &(AndroidAudioFlags flag) AndroidAudioFlags
operator ==(Object other) bool
The equality operator.
override
operator |(AndroidAudioFlags flag) AndroidAudioFlags