Interface CfnOriginEndpointPropsMixin.DashUtcTimingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPropsMixin.DashUtcTimingProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPropsMixin.DashUtcTimingProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.*;
DashUtcTimingProperty dashUtcTimingProperty = DashUtcTimingProperty.builder()
.timingMode("timingMode")
.timingSource("timingSource")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpointPropsMixin.DashUtcTimingPropertystatic final classAn implementation forCfnOriginEndpointPropsMixin.DashUtcTimingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimingMode
The UTC timing mode.- See Also:
-
getTimingSource
The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.- See Also:
-
builder
-