interface DashUtcTimingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins.CfnOriginEndpointPropsMixin.DashUtcTimingProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackagev2/mixins#CfnOriginEndpointPropsMixin_DashUtcTimingProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.DashUtcTimingProperty |
Python | aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnOriginEndpointPropsMixin.DashUtcTimingProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackagev2 » mixins » CfnOriginEndpointPropsMixin » DashUtcTimingProperty |
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediapackagev2_mixins } from '@aws-cdk/mixins-preview/aws-mediapackagev2';
const dashUtcTimingProperty: mediapackagev2_mixins.CfnOriginEndpointPropsMixin.DashUtcTimingProperty = {
timingMode: 'timingMode',
timingSource: 'timingSource',
};
Properties
| Name | Type | Description |
|---|---|---|
| timing | string | The UTC timing mode. |
| timing | string | The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time. |
timingMode?
Type:
string
(optional)
The UTC timing mode.
timingSource?
Type:
string
(optional)
The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

.NET
Go
Java
Python
TypeScript