VideoTrack class

VideoTrack

A video available in Media. This may be selected for output in Player.

Constructors

VideoTrack(String id, String? title, String? language, {bool? image, bool? albumart, String? codec, String? decoder, int? w, int? h, int? channelscount, String? channels, int? samplerate, double? fps, int? bitrate, int? rotate, double? par, int? audiochannels})
VideoTrack
const
VideoTrack.auto()
Default video track. Selects the first video track.
factory
VideoTrack.no()
No video track. Disables video output.
factory

Properties

albumart bool?
finalinherited
audiochannels int?
finalinherited
bitrate int?
finalinherited
channels String?
finalinherited
channelscount int?
finalinherited
codec String?
finalinherited
decoder String?
finalinherited
fps double?
finalinherited
h int?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
image bool?
finalinherited
language String?
finalinherited
par double?
finalinherited
rotate int?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplerate int?
finalinherited
title String?
finalinherited
w int?
finalinherited

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