class TimecodeBurninFontSize
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.TimecodeBurninFontSize |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#TimecodeBurninFontSize |
Java | software.amazon.awscdk.services.medialive.alpha.TimecodeBurninFontSize |
Python | aws_cdk.aws_medialive_alpha.TimecodeBurninFontSize |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป TimecodeBurninFontSize |
Font size for timecode burn-in.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const timecodeBurninFontSize = medialive_alpha.TimecodeBurninFontSize.EXTRA_SMALL_10;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static EXTRA_SMALL_10 | Timecode | Extra small. |
| static LARGE_48 | Timecode | Large. |
| static MEDIUM_32 | Timecode | Medium. |
| static SMALL_16 | Timecode | Small. |
value
Type:
string
The underlying string value passed to CloudFormation.
static EXTRA_SMALL_10
Type:
Timecode
Extra small.
static LARGE_48
Type:
Timecode
Large.
static MEDIUM_32
Type:
Timecode
Medium.
static SMALL_16
Type:
Timecode
Small.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): TimecodeBurninFontSize
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (