ImscDestinationSettings class
Settings specific to IMSC caption outputs.
Constructors
- ImscDestinationSettings({ImscStylePassthrough? stylePassthrough})
-
ImscDestinationSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stylePassthrough → ImscStylePassthrough?
-
Keep this setting enabled to have MediaConvert use the font style and
position information from the captions source in the output. This option is
available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable
this setting for simplified output captions.
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