interface DvbSubDestinationSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.DvbSubDestinationSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_DvbSubDestinationSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.DvbSubDestinationSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.DvbSubDestinationSettingsProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » DvbSubDestinationSettingsProperty |
The settings for DVB Sub captions in the output.
The parent of this entity is CaptionDestinationSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const dvbSubDestinationSettingsProperty: medialive.CfnChannel.DvbSubDestinationSettingsProperty = {
alignment: 'alignment',
backgroundColor: 'backgroundColor',
backgroundOpacity: 123,
font: {
passwordParam: 'passwordParam',
uri: 'uri',
username: 'username',
},
fontColor: 'fontColor',
fontOpacity: 123,
fontResolution: 123,
fontSize: 'fontSize',
outlineColor: 'outlineColor',
outlineSize: 123,
shadowColor: 'shadowColor',
shadowOpacity: 123,
shadowXOffset: 123,
shadowYOffset: 123,
teletextGridControl: 'teletextGridControl',
xPosition: 123,
yPosition: 123,
};
Properties
Name | Type | Description |
---|---|---|
alignment? | string | If no explicit xPosition or yPosition is provided, setting the alignment to centered places the captions at the bottom center of the output. |
background | string | Specifies the color of the rectangle behind the captions. |
background | number | Specifies the opacity of the background rectangle. |
font? | IResolvable | Input | The external font file that is used for captions burn-in. |
font | string | Specifies the color of the burned-in captions. |
font | number | Specifies the opacity of the burned-in captions. |
font | number | The font resolution in DPI (dots per inch). |
font | string | When set to auto, fontSize scales depending on the size of the output. |
outline | string | Specifies the font outline color. |
outline | number | Specifies the font outline size in pixels. |
shadow | string | Specifies the color of the shadow that is cast by the captions. |
shadow | number | Specifies the opacity of the shadow. |
shadow | number | Specifies the horizontal offset of the shadow relative to the captions in pixels. |
shadow | number | Specifies the vertical offset of the shadow relative to the captions in pixels. |
teletext | string | Controls whether a fixed grid size is used to generate the output subtitles bitmap. |
x | number | Specifies the horizontal position of the captions relative to the left side of the output in pixels. |
y | number | Specifies the vertical position of the captions relative to the top of the output in pixels. |
alignment?
Type:
string
(optional)
If no explicit xPosition or yPosition is provided, setting the alignment to centered places the captions at the bottom center of the output.
Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
backgroundColor?
Type:
string
(optional)
Specifies the color of the rectangle behind the captions.
All burn-in and DVB-Sub font settings must match.
backgroundOpacity?
Type:
number
(optional)
Specifies the opacity of the background rectangle.
255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
font?
Type:
IResolvable
|
Input
(optional)
The external font file that is used for captions burn-in.
The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
fontColor?
Type:
string
(optional)
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 captions stream. All burn-in and DVB-Sub font settings must match.
fontOpacity?
Type:
number
(optional)
Specifies the opacity of the burned-in captions.
255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
fontResolution?
Type:
number
(optional)
The font resolution in DPI (dots per inch).
The default is 96 dpi. All burn-in and DVB-Sub font settings must match.
fontSize?
Type:
string
(optional)
When set to auto, fontSize scales depending on the size of the output.
Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.
outlineColor?
Type:
string
(optional)
Specifies the 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 captions stream. All burn-in and DVB-Sub font settings must match.
outlineSize?
Type:
number
(optional)
Specifies the 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 captions stream. All burn-in and DVB-Sub font settings must match.
shadowColor?
Type:
string
(optional)
Specifies the color of the shadow that is cast by the captions.
All burn-in and DVB-Sub font settings must match.
shadowOpacity?
Type:
number
(optional)
Specifies the opacity of the shadow.
255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
shadowXOffset?
Type:
number
(optional)
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.
shadowYOffset?
Type:
number
(optional)
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.
teletextGridControl?
Type:
string
(optional)
Controls whether a fixed grid size is used to generate the output subtitles bitmap.
This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.
xPosition?
Type:
number
(optional)
Specifies the horizontal position of the captions 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 xPosition is provided, the horizontal captions position is 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 captions stream. All burn-in and DVB-Sub font settings must match.
yPosition?
Type:
number
(optional)
Specifies the vertical position of the captions 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 yPosition is provided, the captions are 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 captions stream. All burn-in and DVB-Sub font settings must match.