class AudioDashRole
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.AudioDashRole |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#AudioDashRole |
Java | software.amazon.awscdk.services.medialive.alpha.AudioDashRole |
Python | aws_cdk.aws_medialive_alpha.AudioDashRole |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป AudioDashRole |
A DASH role to assign to an audio output (used when the output carries DVB DASH accessibility signaling).
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 audioDashRole = medialive_alpha.AudioDashRole.ALTERNATE;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static ALTERNATE | Audio | Alternate. |
| static COMMENTARY | Audio | Commentary. |
| static DESCRIPTION | Audio | Description. |
| static DUB | Audio | Dub. |
| static EMERGENCY | Audio | Emergency. |
| static ENHANCED_AUDIO_INTELLIGIBILITY | Audio | Enhanced audio intelligibility. |
| static KARAOKE | Audio | Karaoke. |
| static MAIN | Audio | Main. |
| static SUPPLEMENTARY | Audio | Supplementary. |
value
Type:
string
The underlying string value passed to CloudFormation.
static ALTERNATE
Type:
Audio
Alternate.
static COMMENTARY
Type:
Audio
Commentary.
static DESCRIPTION
Type:
Audio
Description.
static DUB
Type:
Audio
Dub.
static EMERGENCY
Type:
Audio
Emergency.
static ENHANCED_AUDIO_INTELLIGIBILITY
Type:
Audio
Enhanced audio intelligibility.
static KARAOKE
Type:
Audio
Karaoke.
static MAIN
Type:
Audio
Main.
static SUPPLEMENTARY
Type:
Audio
Supplementary.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): AudioDashRole
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (