class M3u8PcrControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.M3u8PcrControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#M3u8PcrControl |
Java | software.amazon.awscdk.services.medialive.alpha.M3u8PcrControl |
Python | aws_cdk.aws_medialive_alpha.M3u8PcrControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป M3u8PcrControl |
Controls insertion of the Program Clock Reference (PCR) in an M3U8 container.
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 m3u8PcrControl = medialive_alpha.M3u8PcrControl.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static CONFIGURED_PCR_PERIOD | M3u8 | Insert PCR at the configured pcrPeriod. |
| static PCR_EVERY_PES_PACKET | M3u8 | Insert a PCR for every Packetized Elementary Stream (PES) header. |
value
Type:
string
The underlying string value passed to CloudFormation.
static CONFIGURED_PCR_PERIOD
Type:
M3u8
Insert PCR at the configured pcrPeriod.
static PCR_EVERY_PES_PACKET
Type:
M3u8
Insert a PCR for every Packetized Elementary Stream (PES) header.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): M3u8PcrControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (