public static interface SrtDestinationSettings.Builder extends SdkPojo, CopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
Modifier and Type | Method and Description |
---|---|
SrtDestinationSettings.Builder |
stylePassthrough(SrtStylePassthrough stylePassthrough)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions.
|
SrtDestinationSettings.Builder |
stylePassthrough(String stylePassthrough)
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SrtDestinationSettings.Builder stylePassthrough(String stylePassthrough)
stylePassthrough
- Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to
ignore the style and position information from your input captions and use simplified output captions.SrtStylePassthrough
,
SrtStylePassthrough
SrtDestinationSettings.Builder stylePassthrough(SrtStylePassthrough stylePassthrough)
stylePassthrough
- Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position
information from your input captions. MediaConvert uses default settings for any missing style and
position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to
ignore the style and position information from your input captions and use simplified output captions.SrtStylePassthrough
,
SrtStylePassthrough
Copyright © 2022. All rights reserved.