class TimecodeInsertion
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.TimecodeInsertion |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#TimecodeInsertion |
Java | software.amazon.awscdk.services.medialive.alpha.TimecodeInsertion |
Python | aws_cdk.aws_medialive_alpha.TimecodeInsertion |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป TimecodeInsertion |
Timecode insertion mode.
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 timecodeInsertion = medialive_alpha.TimecodeInsertion.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | Timecode | Disabled โ do not include timecodes. |
| static PIC_TIMING_SEI | Timecode | PIC_TIMING_SEI โ pass through picture timing SEI messages. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
Timecode
Disabled โ do not include timecodes.
static PIC_TIMING_SEI
Type:
Timecode
PIC_TIMING_SEI โ pass through picture timing SEI messages.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): TimecodeInsertion
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (