EbuTtDDestinationSettings class
Ebu Tt DDestination Settings
Constructors
- EbuTtDDestinationSettings({EbuTtDFillLineGapControl? fillLineGap, String? fontFamily, EbuTtDDestinationStyleControl? styleControl})
-
EbuTtDDestinationSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- fillLineGap → EbuTtDFillLineGapControl?
-
Specifies how to handle the gap between the lines (in multi-line captions).
final
- fontFamily → String?
-
Specifies the font family to include in the font data attached to the EBU-TT
captions. Valid only if styleControl is set to include. If you leave this
field empty, the font family is set to "monospaced". (If styleControl is set
to exclude, the font family is always set to "monospaced".)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleControl → EbuTtDDestinationStyleControl?
-
Specifies the style information (font color, font position, and so on) to
include in the font data that is attached to the EBU-TT 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