@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.AdMarkerPassthroughProperty
extends software.amazon.jsii.JsiiSerializable
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60 , but no ads are filled for that ad break, MediaTailor will not set the value to 0 .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediatailor.*;
AdMarkerPassthroughProperty adMarkerPassthroughProperty = AdMarkerPassthroughProperty.builder()
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder
A builder for
CfnPlaybackConfiguration.AdMarkerPassthroughProperty |
static class |
CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.AdMarkerPassthroughProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder |
builder() |
default Object |
getEnabled()
Enables ad marker passthrough for your configuration.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder builder()
Copyright © 2022. All rights reserved.