Interface SrtDestinationSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>, SdkBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>, SdkPojo
Enclosing class:
SrtDestinationSettings

public static interface SrtDestinationSettings.Builder extends SdkPojo, CopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
  • Method Details

    • stylePassthrough

      SrtDestinationSettings.Builder stylePassthrough(String stylePassthrough)
      Set Style passthrough 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.
      Parameters:
      stylePassthrough - Set Style passthrough 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stylePassthrough

      SrtDestinationSettings.Builder stylePassthrough(SrtStylePassthrough stylePassthrough)
      Set Style passthrough 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.
      Parameters:
      stylePassthrough - Set Style passthrough 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: