interface DashUtcTimingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2.CfnOriginEndpointPropsMixin.DashUtcTimingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediapackagev2#CfnOriginEndpointPropsMixin_DashUtcTimingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPropsMixin.DashUtcTimingProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediapackagev2.CfnOriginEndpointPropsMixin.DashUtcTimingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediapackagev2 » 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 { aws_mediapackagev2 as mediapackagev2 } from '@aws-cdk/cfn-property-mixins';
const dashUtcTimingProperty: mediapackagev2.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