@Stability(value=Stable)
public static interface CfnPlaybackConfiguration.HlsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
HlsConfigurationProperty hlsConfigurationProperty = HlsConfigurationProperty.builder()
.manifestEndpointPrefix("manifestEndpointPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaybackConfiguration.HlsConfigurationProperty.Builder
A builder for
CfnPlaybackConfiguration.HlsConfigurationProperty |
static class |
CfnPlaybackConfiguration.HlsConfigurationProperty.Jsii$Proxy
An implementation for
CfnPlaybackConfiguration.HlsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaybackConfiguration.HlsConfigurationProperty.Builder |
builder() |
default String |
getManifestEndpointPrefix()
The URL that is used to initiate a playback session for devices that support Apple HLS.
|
@Stability(value=Stable) @Nullable default String getManifestEndpointPrefix()
The session uses server-side reporting.
@Stability(value=Stable) static CfnPlaybackConfiguration.HlsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.