MediaFormat enum

Inheritance
Implemented types
Available extensions

Values

threeGP → const MediaFormat
const MediaFormat("Third Generation Partnership Project (3GPP)", "https://en.wikipedia.org/wiki/3GP_and_3G2", MediaFormatType.muxed)
gif → const MediaFormat
const MediaFormat("Graphics Interchange Format (GIF)", "https://en.wikipedia.org/wiki/Graphics_Interchange_Format", MediaFormatType.video)
m4a → const MediaFormat
const MediaFormat("MPEG-4 Part 14 (Audio-only)", "https://en.wikipedia.org/wiki/MPEG-4_Part_14#.MP4_versus_.M4A", MediaFormatType.audio)
mp3 → const MediaFormat
const MediaFormat("MPEG-1 Audio Layer III / MPEG-2 Audio Layer III", "https://en.wikipedia.org/wiki/MP3", MediaFormatType.audio)
mp4 → const MediaFormat
const MediaFormat("MPEG-4 Part 14", "https://en.wikipedia.org/wiki/MPEG-4_Part_14", MediaFormatType.muxed)
oggVorbis → const MediaFormat
const MediaFormat("Ogg Vorbis", "https://en.wikipedia.org/wiki/Vorbis", MediaFormatType.audio)
opus → const MediaFormat
const MediaFormat("OPUS", "https://en.wikipedia.org/wiki/Opus_(audio_format)", MediaFormatType.audio)
webm → const MediaFormat
const MediaFormat("WebM", "https://en.wikipedia.org/wiki/WebM", MediaFormatType.muxed)

Properties

fileExtension String
Get the file extension for this MediaFormat.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isAudioOnly bool
no setter
isVideoOnly bool
no setter
longName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MediaFormatType
final
website String
final

Methods

compareTo(MediaFormat other) int
Compares this object to another object.
override
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<MediaFormat>
A constant List of the values in this enum, in order of their declaration.