ElementaryStream class
Encoding of an input file such as an audio, video, or text track.
Elementary streams must be packaged before mapping and sharing between different output formats.
Constructors
- ElementaryStream({AudioStream? audioStream, String? key, TextStream? textStream, VideoStream? videoStream})
- ElementaryStream.fromJson(Map _json)
Properties
- audioStream ↔ AudioStream?
-
Encoding of an audio stream.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String?
-
A unique key for this elementary stream.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStream ↔ TextStream?
-
Encoding of a text stream.
getter/setter pair
- videoStream ↔ VideoStream?
-
Encoding of a video stream.
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