IosEncoder enum

IOS encoders.

Android and IOS are have been separated to better support platform wise encoder and output formats.

Check Audio Format Identifiers for more info.

Inheritance
Available extensions

Values

kAudioFormatMPEG4AAC → const IosEncoder

Default

kAudioFormatMPEGLayer1 → const IosEncoder
kAudioFormatMPEGLayer2 → const IosEncoder
kAudioFormatMPEGLayer3 → const IosEncoder
kAudioFormatMPEG4AAC_ELD → const IosEncoder
kAudioFormatMPEG4AAC_HE → const IosEncoder
kAudioFormatOpus → const IosEncoder
kAudioFormatAMR → const IosEncoder
kAudioFormatAMR_WB → const IosEncoder
kAudioFormatLinearPCM → const IosEncoder
kAudioFormatAppleLossless → const IosEncoder
kAudioFormatMPEG4AAC_HE_V2 → const IosEncoder

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

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