class M2tsEbpAudioInterval
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.M2tsEbpAudioInterval |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#M2tsEbpAudioInterval |
Java | software.amazon.awscdk.services.medialive.alpha.M2tsEbpAudioInterval |
Python | aws_cdk.aws_medialive_alpha.M2tsEbpAudioInterval |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป M2tsEbpAudioInterval |
Controls placement of audio Encoder Boundary Point (EBP) markers.
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 m2tsEbpAudioInterval = medialive_alpha.M2tsEbpAudioInterval.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static VIDEO_AND_FIXED_INTERVALS | M2ts | Add audio EBP markers to partitions 3 and 4 at a fixed interval. |
| static VIDEO_INTERVAL | M2ts | Follow the video EBP interval. |
value
Type:
string
The underlying string value passed to CloudFormation.
static VIDEO_AND_FIXED_INTERVALS
Type:
M2ts
Add audio EBP markers to partitions 3 and 4 at a fixed interval.
static VIDEO_INTERVAL
Type:
M2ts
Follow the video EBP interval.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): M2tsEbpAudioInterval
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (