AndroidOutputFormat enum
Android output format.
Android and IOS are have been separated for better support encoder and output formats
Values
- mpeg4 → const AndroidOutputFormat
-
Default
- three_gpp → const AndroidOutputFormat
- ogg → const AndroidOutputFormat
-
This Output format requires android Q. For android < Q, mpeg4 will be used
- amr_wb → const AndroidOutputFormat
- amr_nb → const AndroidOutputFormat
- webm → const AndroidOutputFormat
-
This Output format requires android Q. For android < Q, mpeg4 will be used
- mpeg_2_ts → const AndroidOutputFormat
-
This Output format requires android O. For android < O, mpeg4 will be used
- aac_adts → const AndroidOutputFormat
Properties
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<
AndroidOutputFormat> - A constant List of the values in this enum, in order of their declaration.