AVMediaType class abstract

Constructors

AVMediaType()

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

AVMEDIA_TYPE_ATTACHMENT → const int
///< Opaque data information usually sparse
AVMEDIA_TYPE_AUDIO → const int
AVMEDIA_TYPE_DATA → const int
///< Opaque data information usually continuous
AVMEDIA_TYPE_NB → const int
AVMEDIA_TYPE_SUBTITLE → const int
AVMEDIA_TYPE_UNKNOWN → const int
///< Usually treated as AVMEDIA_TYPE_DATA
AVMEDIA_TYPE_VIDEO → const int