AudioEncoder class abstract
Defines the audio encoding.
These constants are used with MediaRecorder.setAudioEncoder.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- aac → const int
- AAC Low Complexity (AAC-LC) audio codec.
- aacEld → const int
- Enhanced Low Delay AAC (AAC-ELD) audio codec.
- amrNb → const int
- AMR (Narrowband) audio codec.
- amrWb → const int
- AMR (Wideband) audio codec.
- defaultEncoding → const int
-
Android
MediaRecorder.AudioEncoder.DEFAULT
format. - heAcc → const int
- High Efficiency AAC (HE-AAC) audio codec.
- opus → const int
- Opus audio codec.
- vorbis → const int
- Ogg Vorbis audio codec (Support is optional).