Interface CfnOriginEndpointPropsMixin.DashDvbSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPropsMixin.DashDvbSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPropsMixin.DashDvbSettingsProperty
extends software.amazon.jsii.JsiiSerializable
For endpoints that use the DVB-DASH profile only.
The font download and error reporting information that you want MediaPackage to pass through to the manifest.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.*;
DashDvbSettingsProperty dashDvbSettingsProperty = DashDvbSettingsProperty.builder()
.errorMetrics(List.of(DashDvbMetricsReportingProperty.builder()
.probability(123)
.reportingUrl("reportingUrl")
.build()))
.fontDownload(DashDvbFontDownloadProperty.builder()
.fontFamily("fontFamily")
.mimeType("mimeType")
.url("url")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpointPropsMixin.DashDvbSettingsPropertystatic final classAn implementation forCfnOriginEndpointPropsMixin.DashDvbSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getErrorMetrics
Playback device error reporting settings.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty>- See Also:
-
getFontDownload
Subtitle font settings.Returns union: either
IResolvableorCfnOriginEndpointPropsMixin.DashDvbFontDownloadProperty- See Also:
-
builder
-