public static interface TtmlDestinationSettings.Builder extends SdkPojo, CopyableBuilder<TtmlDestinationSettings.Builder,TtmlDestinationSettings>
Modifier and Type | Method and Description |
---|---|
TtmlDestinationSettings.Builder |
stylePassthrough(String stylePassthrough)
Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the
CFF-TT output or TTML output.
|
TtmlDestinationSettings.Builder |
stylePassthrough(TtmlStylePassthrough stylePassthrough)
Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the
CFF-TT output or TTML output.
|
copy
applyMutation, build
TtmlDestinationSettings.Builder stylePassthrough(String stylePassthrough)
stylePassthrough
- Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to
the CFF-TT output or TTML output.TtmlStylePassthrough
,
TtmlStylePassthrough
TtmlDestinationSettings.Builder stylePassthrough(TtmlStylePassthrough stylePassthrough)
stylePassthrough
- Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to
the CFF-TT output or TTML output.TtmlStylePassthrough
,
TtmlStylePassthrough
Copyright © 2019. All rights reserved.