class Av1TimecodeInsertion
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Av1TimecodeInsertion |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Av1TimecodeInsertion |
Java | software.amazon.awscdk.services.medialive.alpha.Av1TimecodeInsertion |
Python | aws_cdk.aws_medialive_alpha.Av1TimecodeInsertion |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Av1TimecodeInsertion |
AV1 timecode insertion.
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 av1TimecodeInsertion = medialive_alpha.Av1TimecodeInsertion.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | Av1 | Disabled โ do not insert timecodes. |
| static METADATA_OBU | Av1 | Include timecodes as a metadata OBU (Open Bitstream Unit) of type METADATA_TYPE_TIMECODE, based on the source specified in the channel's timecode config. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
Av1
Disabled โ do not insert timecodes.
static METADATA_OBU
Type:
Av1
Include timecodes as a metadata OBU (Open Bitstream Unit) of type METADATA_TYPE_TIMECODE, based on the source specified in the channel's timecode config.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Av1TimecodeInsertion
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (