EmbeddedSourceSettings class
Embedded Source Settings
Constructors
- EmbeddedSourceSettings({EmbeddedConvert608To708? convert608To708, EmbeddedScte20Detection? scte20Detection, int? source608ChannelNumber, int? source608TrackNumber})
-
EmbeddedSourceSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- convert608To708 → EmbeddedConvert608To708?
-
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
- scte20Detection → EmbeddedScte20Detection?
-
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20
and Embedded captions.
final
- source608ChannelNumber → int?
-
Specifies the 608/708 channel number within the video track from which to
extract captions. Unused for passthrough.
final
- source608TrackNumber → int?
-
This field is unused and deprecated.
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