class Convert608To708
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Convert608To708 |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Convert608To708 |
Java | software.amazon.awscdk.services.medialive.alpha.Convert608To708 |
Python | aws_cdk.aws_medialive_alpha.Convert608To708 |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Convert608To708 |
Whether to upconvert 608 captions to 708.
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 convert608To708 = medialive_alpha.Convert608To708.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | Convert608 | Pass through 608 captions without upconverting. |
| static UPCONVERT | Convert608 | Upconvert 608 captions to 708 (608 data is also passed through). |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
Convert608
Pass through 608 captions without upconverting.
static UPCONVERT
Type:
Convert608
Upconvert 608 captions to 708 (608 data is also passed through).
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Convert608To708
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (