EmbeddedSourceSettings class
Settings for embedded captions Source
Constructors
- EmbeddedSourceSettings({EmbeddedConvert608To708? convert608To708, int? source608ChannelNumber, int? source608TrackNumber, EmbeddedTerminateCaptions? terminateCaptions})
-
EmbeddedSourceSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- convert608To708 → EmbeddedConvert608To708?
-
Specify whether this set of input captions appears in your outputs in both
608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert
includes the captions data in two ways: it passes the 608 data through using
the 608 compatibility bytes fields of the 708 wrapper, and it also
translates the 608 data into 708.
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
- source608TrackNumber → int?
-
Specifies the video track index used for extracting captions. The system
only supports one input video track, so this should always be set to '1'.
final
- terminateCaptions → EmbeddedTerminateCaptions?
-
By default, the service terminates any unterminated captions at the end of
each input. If you want the caption to continue onto your next input,
disable this setting.
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