class M2tsAudioStreamType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.M2tsAudioStreamType |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#M2tsAudioStreamType |
Java | software.amazon.awscdk.services.medialive.alpha.M2tsAudioStreamType |
Python | aws_cdk.aws_medialive_alpha.M2tsAudioStreamType |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป M2tsAudioStreamType |
The stream type used for audio elementary streams.
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 m2tsAudioStreamType = medialive_alpha.M2tsAudioStreamType.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static ATSC | M2ts | ATSC โ stream type 0x81 for AC3, 0x87 for EAC3. |
| static DVB | M2ts | DVB โ stream type 0x06. |
value
Type:
string
The underlying string value passed to CloudFormation.
static ATSC
Type:
M2ts
ATSC โ stream type 0x81 for AC3, 0x87 for EAC3.
static DVB
Type:
M2ts
DVB โ stream type 0x06.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): M2tsAudioStreamType
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (