class M2tsEbpPlacement
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.M2tsEbpPlacement |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#M2tsEbpPlacement |
Java | software.amazon.awscdk.services.medialive.alpha.M2tsEbpPlacement |
Python | aws_cdk.aws_medialive_alpha.M2tsEbpPlacement |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป M2tsEbpPlacement |
Controls placement of EBP markers on audio PIDs.
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 m2tsEbpPlacement = medialive_alpha.M2tsEbpPlacement.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static VIDEO_AND_AUDIO_PIDS | M2ts | Place EBP markers on the video PID and all audio PIDs. |
| static VIDEO_PID | M2ts | Place EBP markers only on the video PID. |
value
Type:
string
The underlying string value passed to CloudFormation.
static VIDEO_AND_AUDIO_PIDS
Type:
M2ts
Place EBP markers on the video PID and all audio PIDs.
static VIDEO_PID
Type:
M2ts
Place EBP markers only on the video PID.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): M2tsEbpPlacement
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (