class MsSmoothAudioOnlyTimecodeControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.MsSmoothAudioOnlyTimecodeControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#MsSmoothAudioOnlyTimecodeControl |
Java | software.amazon.awscdk.services.medialive.alpha.MsSmoothAudioOnlyTimecodeControl |
Python | aws_cdk.aws_medialive_alpha.MsSmoothAudioOnlyTimecodeControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป MsSmoothAudioOnlyTimecodeControl |
MS Smooth audio-only timecode control.
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 msSmoothAudioOnlyTimecodeControl = medialive_alpha.MsSmoothAudioOnlyTimecodeControl.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static PASSTHROUGH | Ms | Passthrough. |
| static USE_CONFIGURED_CLOCK | Ms | Use configured clock. |
value
Type:
string
The underlying string value passed to CloudFormation.
static PASSTHROUGH
Type:
Ms
Passthrough.
static USE_CONFIGURED_CLOCK
Type:
Ms
Use configured clock.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): MsSmoothAudioOnlyTimecodeControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (