Scte20SourceSettings class

Scte20 Source Settings

Constructors

Scte20SourceSettings({Scte20Convert608To708? convert608To708, int? source608ChannelNumber})
Scte20SourceSettings.fromJson(Map<String, dynamic> json)
factory

Properties

convert608To708 Scte20Convert608To708?
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source608ChannelNumber int?
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
final

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