VideoTrack class
Constructors
- VideoTrack(String id, String? title, String? language)
-
VideoTrack
const
- VideoTrack.auto()
-
Default video track. Selects the first video track.
factory
- VideoTrack.no()
-
No video track. Disables video output.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited