CaptionSelector class
Set up captions in your outputs by first selecting them from your input here.
Constructors
- CaptionSelector({String? customLanguageCode, LanguageCode? languageCode, CaptionSourceSettings? sourceSettings})
-
CaptionSelector.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customLanguageCode → String?
-
The specific language to extract from source, using the ISO 639-2 or ISO
639-3 three-letter language code. If input is SCTE-27, complete this field
and/or PID to select the caption language to extract. If input is DVB-Sub
and output is Burn-in or SMPTE-TT, complete this field and/or PID to select
the caption language to extract. If input is DVB-Sub that is being passed
through, omit this field (and PID field); there is no way to extract a
specific language with pass-through captions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → LanguageCode?
-
The specific language to extract from source. If input is SCTE-27, complete
this field and/or PID to select the caption language to extract. If input is
DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to
select the caption language to extract. If input is DVB-Sub that is being
passed through, omit this field (and PID field); there is no way to extract
a specific language with pass-through captions.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceSettings → CaptionSourceSettings?
-
If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file,
specify the URI of the input captions source file. If your input captions
are IMSC in an IMF package, use TrackSourceSettings instead of
FileSoureSettings.
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