CaptionDestinationType enum
Specify the format for this set of captions on this output. The default format is embedded without SCTE-20. Other options are embedded with SCTE-20, burn-in, DVB-sub, IMSC, SCC, SRT, teletext, TTML, and web-VTT. If you are using SCTE-20, choose SCTE-20 plus embedded (SCTE20_PLUS_EMBEDDED) to create an output that complies with the SCTE-43 spec. To create a non-compliant output where the embedded captions come first, choose Embedded plus SCTE-20 (EMBEDDED_PLUS_SCTE20).
Values
- burnIn → const CaptionDestinationType
- dvbSub → const CaptionDestinationType
- embedded → const CaptionDestinationType
- embeddedPlusScte20 → const CaptionDestinationType
- imsc → const CaptionDestinationType
- scte20PlusEmbedded → const CaptionDestinationType
- scc → const CaptionDestinationType
- srt → const CaptionDestinationType
- smi → const CaptionDestinationType
- teletext → const CaptionDestinationType
- ttml → const CaptionDestinationType
- webvtt → const CaptionDestinationType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CaptionDestinationType> - A constant List of the values in this enum, in order of their declaration.