public static interface DvbSubDestinationSettings.Builder extends SdkPojo, CopyableBuilder<DvbSubDestinationSettings.Builder,DvbSubDestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
DvbSubDestinationSettings.Builder |
alignment(DvbSubtitleAlignment alignment)
If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at
the bottom center of the output.
|
DvbSubDestinationSettings.Builder |
alignment(String alignment)
If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at
the bottom center of the output.
|
DvbSubDestinationSettings.Builder |
backgroundColor(DvbSubtitleBackgroundColor backgroundColor)
Specifies the color of the rectangle behind the captions.
|
DvbSubDestinationSettings.Builder |
backgroundColor(String backgroundColor)
Specifies the color of the rectangle behind the captions.
|
DvbSubDestinationSettings.Builder |
backgroundOpacity(Integer backgroundOpacity)
Specifies the opacity of the background rectangle.
|
DvbSubDestinationSettings.Builder |
ddsHandling(DvbddsHandling ddsHandling)
Specify how MediaConvert handles the display definition segment (DDS).
|
DvbSubDestinationSettings.Builder |
ddsHandling(String ddsHandling)
Specify how MediaConvert handles the display definition segment (DDS).
|
DvbSubDestinationSettings.Builder |
ddsXCoordinate(Integer ddsXCoordinate)
Use this setting, along with DDS y-coordinate (ddsYCoordinate), to specify the upper left corner of the
display definition segment (DDS) display window.
|
DvbSubDestinationSettings.Builder |
ddsYCoordinate(Integer ddsYCoordinate)
Use this setting, along with DDS x-coordinate (ddsXCoordinate), to specify the upper left corner of the
display definition segment (DDS) display window.
|
DvbSubDestinationSettings.Builder |
fontColor(DvbSubtitleFontColor fontColor)
Specifies the color of the burned-in captions.
|
DvbSubDestinationSettings.Builder |
fontColor(String fontColor)
Specifies the color of the burned-in captions.
|
DvbSubDestinationSettings.Builder |
fontOpacity(Integer fontOpacity)
Specifies the opacity of the burned-in captions.
|
DvbSubDestinationSettings.Builder |
fontResolution(Integer fontResolution)
Font resolution in DPI (dots per inch); default is 96 dpi.
|
DvbSubDestinationSettings.Builder |
fontScript(FontScript fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for
determining the script type.
|
DvbSubDestinationSettings.Builder |
fontScript(String fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for
determining the script type.
|
DvbSubDestinationSettings.Builder |
fontSize(Integer fontSize)
A positive integer indicates the exact font size in points.
|
DvbSubDestinationSettings.Builder |
height(Integer height)
Specify the height, in pixels, of this set of DVB-Sub captions.
|
DvbSubDestinationSettings.Builder |
outlineColor(DvbSubtitleOutlineColor outlineColor)
Specifies font outline color.
|
DvbSubDestinationSettings.Builder |
outlineColor(String outlineColor)
Specifies font outline color.
|
DvbSubDestinationSettings.Builder |
outlineSize(Integer outlineSize)
Specifies font outline size in pixels.
|
DvbSubDestinationSettings.Builder |
shadowColor(DvbSubtitleShadowColor shadowColor)
Specifies the color of the shadow cast by the captions.
|
DvbSubDestinationSettings.Builder |
shadowColor(String shadowColor)
Specifies the color of the shadow cast by the captions.
|
DvbSubDestinationSettings.Builder |
shadowOpacity(Integer shadowOpacity)
Specifies the opacity of the shadow.
|
DvbSubDestinationSettings.Builder |
shadowXOffset(Integer shadowXOffset)
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
DvbSubDestinationSettings.Builder |
shadowYOffset(Integer shadowYOffset)
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
DvbSubDestinationSettings.Builder |
subtitlingType(DvbSubtitlingType subtitlingType)
Specify whether your DVB subtitles are standard or for hearing impaired.
|
DvbSubDestinationSettings.Builder |
subtitlingType(String subtitlingType)
Specify whether your DVB subtitles are standard or for hearing impaired.
|
DvbSubDestinationSettings.Builder |
teletextSpacing(DvbSubtitleTeletextSpacing teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
DvbSubDestinationSettings.Builder |
teletextSpacing(String teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
DvbSubDestinationSettings.Builder |
width(Integer width)
Specify the width, in pixels, of this set of DVB-Sub captions.
|
DvbSubDestinationSettings.Builder |
xPosition(Integer xPosition)
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
DvbSubDestinationSettings.Builder |
yPosition(Integer yPosition)
Specifies the vertical position of the caption relative to the top of the output in pixels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDvbSubDestinationSettings.Builder alignment(String alignment)
alignment - If no explicit x_position or y_position is provided, setting alignment to centered will place the
captions at the bottom center of the output. Similarly, setting a left alignment will align captions
to the bottom left of the output. If x and y positions are given in conjunction with the alignment
parameter, the font will be justified (either left or centered) relative to those coordinates. This
option is not valid for source captions that are STL, 608/embedded or teletext. These source settings
are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.DvbSubtitleAlignment,
DvbSubtitleAlignmentDvbSubDestinationSettings.Builder alignment(DvbSubtitleAlignment alignment)
alignment - If no explicit x_position or y_position is provided, setting alignment to centered will place the
captions at the bottom center of the output. Similarly, setting a left alignment will align captions
to the bottom left of the output. If x and y positions are given in conjunction with the alignment
parameter, the font will be justified (either left or centered) relative to those coordinates. This
option is not valid for source captions that are STL, 608/embedded or teletext. These source settings
are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.DvbSubtitleAlignment,
DvbSubtitleAlignmentDvbSubDestinationSettings.Builder backgroundColor(String backgroundColor)
backgroundColor - Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must
match.DvbSubtitleBackgroundColor,
DvbSubtitleBackgroundColorDvbSubDestinationSettings.Builder backgroundColor(DvbSubtitleBackgroundColor backgroundColor)
backgroundColor - Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must
match.DvbSubtitleBackgroundColor,
DvbSubtitleBackgroundColorDvbSubDestinationSettings.Builder backgroundOpacity(Integer backgroundOpacity)
backgroundOpacity - Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this
parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings
must match.DvbSubDestinationSettings.Builder ddsHandling(String ddsHandling)
ddsHandling - Specify how MediaConvert handles the display definition segment (DDS). Keep the default, None (NONE),
to exclude the DDS from this set of captions. Choose No display window (NO_DISPLAY_WINDOW) to have
MediaConvert include the DDS but not include display window data. In this case, MediaConvert writes
that information to the page composition segment (PCS) instead. Choose Specify (SPECIFIED) to have
MediaConvert set up the display window based on the values that you specify in related job settings.
For video resolutions that are 576 pixels or smaller in height, MediaConvert doesn't include the DDS,
regardless of the value you choose for DDS handling (ddsHandling). In this case, it doesn't write the
display window data to the PCS either. Related settings: Use the settings DDS x-coordinate
(ddsXCoordinate) and DDS y-coordinate (ddsYCoordinate) to specify the offset between the top left
corner of the display window and the top left corner of the video frame. All burn-in and DVB-Sub font
settings must match.DvbddsHandling,
DvbddsHandlingDvbSubDestinationSettings.Builder ddsHandling(DvbddsHandling ddsHandling)
ddsHandling - Specify how MediaConvert handles the display definition segment (DDS). Keep the default, None (NONE),
to exclude the DDS from this set of captions. Choose No display window (NO_DISPLAY_WINDOW) to have
MediaConvert include the DDS but not include display window data. In this case, MediaConvert writes
that information to the page composition segment (PCS) instead. Choose Specify (SPECIFIED) to have
MediaConvert set up the display window based on the values that you specify in related job settings.
For video resolutions that are 576 pixels or smaller in height, MediaConvert doesn't include the DDS,
regardless of the value you choose for DDS handling (ddsHandling). In this case, it doesn't write the
display window data to the PCS either. Related settings: Use the settings DDS x-coordinate
(ddsXCoordinate) and DDS y-coordinate (ddsYCoordinate) to specify the offset between the top left
corner of the display window and the top left corner of the video frame. All burn-in and DVB-Sub font
settings must match.DvbddsHandling,
DvbddsHandlingDvbSubDestinationSettings.Builder ddsXCoordinate(Integer ddsXCoordinate)
ddsXCoordinate - Use this setting, along with DDS y-coordinate (ddsYCoordinate), to specify the upper left corner of
the display definition segment (DDS) display window. With this setting, specify the distance, in
pixels, between the left side of the frame and the left side of the DDS display window. Keep the
default value, 0, to have MediaConvert automatically choose this offset. Related setting: When you use
this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert
uses these values to determine whether to write page position data to the DDS or to the page
composition segment (PCS). All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder ddsYCoordinate(Integer ddsYCoordinate)
ddsYCoordinate - Use this setting, along with DDS x-coordinate (ddsXCoordinate), to specify the upper left corner of
the display definition segment (DDS) display window. With this setting, specify the distance, in
pixels, between the top of the frame and the top of the DDS display window. Keep the default value, 0,
to have MediaConvert automatically choose this offset. Related setting: When you use this setting, you
must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert uses these values
to determine whether to write page position data to the DDS or to the page composition segment (PCS).
All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder fontColor(String fontColor)
fontColor - Specifies the color of the burned-in captions. This option is not valid for source captions that are
STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream.
All burn-in and DVB-Sub font settings must match.DvbSubtitleFontColor,
DvbSubtitleFontColorDvbSubDestinationSettings.Builder fontColor(DvbSubtitleFontColor fontColor)
fontColor - Specifies the color of the burned-in captions. This option is not valid for source captions that are
STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream.
All burn-in and DVB-Sub font settings must match.DvbSubtitleFontColor,
DvbSubtitleFontColorDvbSubDestinationSettings.Builder fontOpacity(Integer fontOpacity)
fontOpacity - Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and
DVB-Sub font settings must match.DvbSubDestinationSettings.Builder fontResolution(Integer fontResolution)
fontResolution - Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must
match.DvbSubDestinationSettings.Builder fontScript(String fontScript)
fontScript - Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for
determining the script type. Where LanguageCode or CustomLanguageCode is sufficient, use "AUTOMATIC"
or leave unset. This is used to help determine the appropriate font for rendering DVB-Sub captions.FontScript,
FontScriptDvbSubDestinationSettings.Builder fontScript(FontScript fontScript)
fontScript - Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for
determining the script type. Where LanguageCode or CustomLanguageCode is sufficient, use "AUTOMATIC"
or leave unset. This is used to help determine the appropriate font for rendering DVB-Sub captions.FontScript,
FontScriptDvbSubDestinationSettings.Builder fontSize(Integer fontSize)
fontSize - A positive integer indicates the exact font size in points. Set to 0 for automatic font size
selection. All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder height(Integer height)
height - Specify the height, in pixels, of this set of DVB-Sub captions. The default value is 576 pixels.
Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other
than None (NONE). All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder outlineColor(String outlineColor)
outlineColor - Specifies font outline color. This option is not valid for source captions that are either
608/embedded or teletext. These source settings are already pre-defined by the caption stream. All
burn-in and DVB-Sub font settings must match.DvbSubtitleOutlineColor,
DvbSubtitleOutlineColorDvbSubDestinationSettings.Builder outlineColor(DvbSubtitleOutlineColor outlineColor)
outlineColor - Specifies font outline color. This option is not valid for source captions that are either
608/embedded or teletext. These source settings are already pre-defined by the caption stream. All
burn-in and DVB-Sub font settings must match.DvbSubtitleOutlineColor,
DvbSubtitleOutlineColorDvbSubDestinationSettings.Builder outlineSize(Integer outlineSize)
outlineSize - Specifies font outline size in pixels. This option is not valid for source captions that are either
608/embedded or teletext. These source settings are already pre-defined by the caption stream. All
burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder shadowColor(String shadowColor)
shadowColor - Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must
match.DvbSubtitleShadowColor,
DvbSubtitleShadowColorDvbSubDestinationSettings.Builder shadowColor(DvbSubtitleShadowColor shadowColor)
shadowColor - Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must
match.DvbSubtitleShadowColor,
DvbSubtitleShadowColorDvbSubDestinationSettings.Builder shadowOpacity(Integer shadowOpacity)
shadowOpacity - Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is
equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder shadowXOffset(Integer shadowXOffset)
shadowXOffset - Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would
result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder shadowYOffset(Integer shadowYOffset)
shadowYOffset - Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would
result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder subtitlingType(String subtitlingType)
subtitlingType - Specify whether your DVB subtitles are standard or for hearing impaired. Choose hearing impaired if
your subtitles include audio descriptions and dialogue. Choose standard if your subtitles include only
dialogue.DvbSubtitlingType,
DvbSubtitlingTypeDvbSubDestinationSettings.Builder subtitlingType(DvbSubtitlingType subtitlingType)
subtitlingType - Specify whether your DVB subtitles are standard or for hearing impaired. Choose hearing impaired if
your subtitles include audio descriptions and dialogue. Choose standard if your subtitles include only
dialogue.DvbSubtitlingType,
DvbSubtitlingTypeDvbSubDestinationSettings.Builder teletextSpacing(String teletextSpacing)
teletextSpacing - Only applies to jobs with input captions in Teletext or STL formats. Specify whether the spacing
between letters in your captions is set by the captions grid or varies depending on letter width.
Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose
proportional to make the text easier to read if the captions are closed caption.DvbSubtitleTeletextSpacing,
DvbSubtitleTeletextSpacingDvbSubDestinationSettings.Builder teletextSpacing(DvbSubtitleTeletextSpacing teletextSpacing)
teletextSpacing - Only applies to jobs with input captions in Teletext or STL formats. Specify whether the spacing
between letters in your captions is set by the captions grid or varies depending on letter width.
Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose
proportional to make the text easier to read if the captions are closed caption.DvbSubtitleTeletextSpacing,
DvbSubtitleTeletextSpacingDvbSubDestinationSettings.Builder width(Integer width)
width - Specify the width, in pixels, of this set of DVB-Sub captions. The default value is 720 pixels.
Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other
than None (NONE). All burn-in and DVB-Sub font settings must match.DvbSubDestinationSettings.Builder xPosition(Integer xPosition)
xPosition - Specifies the horizontal position of the caption relative to the left side of the output in pixels. A
value of 10 would result in the captions starting 10 pixels from the left of the output. If no
explicit x_position is provided, the horizontal caption position will be determined by the alignment
parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These
source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings
must match.DvbSubDestinationSettings.Builder yPosition(Integer yPosition)
yPosition - Specifies the vertical position of the caption relative to the top of the output in pixels. A value of
10 would result in the captions starting 10 pixels from the top of the output. If no explicit
y_position is provided, the caption will be positioned towards the bottom of the output. This option
is not valid for source captions that are STL, 608/embedded or teletext. These source settings are
already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.Copyright © 2021. All rights reserved.