class WebvttStyleControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.WebvttStyleControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#WebvttStyleControl |
Java | software.amazon.awscdk.services.medialive.alpha.WebvttStyleControl |
Python | aws_cdk.aws_medialive_alpha.WebvttStyleControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป WebvttStyleControl |
Whether WebVTT passes through source style/position.
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 webvttStyleControl = medialive_alpha.WebvttStyleControl.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static NO_STYLE_DATA | Webvtt | Do not pass through style; |
| static PASSTHROUGH | Webvtt | Pass through style (valid only for EMBEDDED or TELETEXT sources). |
value
Type:
string
The underlying string value passed to CloudFormation.
static NO_STYLE_DATA
Type:
Webvtt
Do not pass through style;
output contains no font styling.
static PASSTHROUGH
Type:
Webvtt
Pass through style (valid only for EMBEDDED or TELETEXT sources).
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): WebvttStyleControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (