OutputFormat class abstract
Defines the output format.
These constants are used with MediaRecorder.setOutputFormat.
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
- aacAdts → const int
- AAC ADTS file format.
- amrNb → const int
- AMR NB file format.
- amrWb → const int
- AMR WB file format.
- defaultFormat → const int
- Default format used by the device.
- mpeg2Ts → const int
- H.264/AAC data encapsulated in MPEG2/TS.
- mpeg4 → const int
- MPEG4 media file format.
- ogg → const int
- Opus data in a Ogg container.
- rawAmr → const int
- AMR NB file format.
- threeGpp → const int
- 3GPP media file format.
- webm → const int
- VP8/VORBIS data in a WEBM container.