IosEncoder enum

IOS encoders.

Android and IOS are have been separated for better support encoder and output formats

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
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.