AVPTrackInfo class
Constructors
- AVPTrackInfo({String? vodFormat, int? videoHeight, String? subtitleLanguage, int? videoWidth, int? trackBitrate, int? vodFileSize, int? trackIndex, String? trackDefinition, int? audioSampleFormat, String? audioLanguage, String? vodPlayUrl, int? trackType, int? audioSamplerate, int? audioChannels})
- AVPTrackInfo.fromJson(Map json)
Properties
- audioChannels ↔ int?
-
getter/setter pair
- audioLanguage ↔ String?
-
getter/setter pair
- audioSampleFormat ↔ int?
-
getter/setter pair
- audioSamplerate ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitleLanguage ↔ String?
-
getter/setter pair
- trackBitrate ↔ int?
-
getter/setter pair
- trackDefinition ↔ String?
-
getter/setter pair
- trackIndex ↔ int?
-
getter/setter pair
- trackType ↔ int?
-
getter/setter pair
- videoHeight ↔ int?
-
getter/setter pair
- videoWidth ↔ int?
-
getter/setter pair
- vodFileSize ↔ int?
-
getter/setter pair
- vodFormat ↔ String?
-
getter/setter pair
- vodPlayUrl ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited