public static interface TtmlDestinationSettings.Builder extends CopyableBuilder<TtmlDestinationSettings.Builder,TtmlDestinationSettings>
Modifier and Type | Method and Description |
---|---|
TtmlDestinationSettings.Builder |
styleControl(String styleControl)
When set to passthrough, passes 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 |
styleControl(TtmlDestinationStyleControl styleControl)
When set to passthrough, passes 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 styleControl(String styleControl)
styleControl
- When set to passthrough, passes through style and position information from a TTML-like input source
(TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.TtmlDestinationStyleControl
,
TtmlDestinationStyleControl
TtmlDestinationSettings.Builder styleControl(TtmlDestinationStyleControl styleControl)
styleControl
- When set to passthrough, passes through style and position information from a TTML-like input source
(TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.TtmlDestinationStyleControl
,
TtmlDestinationStyleControl
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.