AudioFormat enum

Audio format information Matches iOS AudioFormat enum from SharedComponentTypes.swift

Inheritance
Available extensions

Values

wav → const AudioFormat
mp3 → const AudioFormat
m4a → const AudioFormat
flac → const AudioFormat
pcm → const AudioFormat
opus → const AudioFormat

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int
Get the default sample rate for this audio format
no setter
value String
Get the string value representation
no setter

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