@Generated(value="software.amazon.awssdk:codegen") public final class PlaybackConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlaybackConfiguration.Builder,PlaybackConfiguration>
The AWSMediaTailor configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlaybackConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adDecisionServerUrl()
The URL for the ad decision server (ADS).
|
static PlaybackConfiguration.Builder |
builder() |
CdnConfiguration |
cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
DashConfiguration |
dashConfiguration()
The configuration for DASH content.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HlsConfiguration |
hlsConfiguration()
The configuration for HLS content.
|
String |
name()
The identifier for the playback configuration.
|
String |
playbackConfigurationArn()
The Amazon Resource Name (ARN) for the playback configuration.
|
String |
playbackEndpointPrefix()
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlaybackConfiguration.Builder> |
serializableBuilderClass() |
String |
sessionInitializationEndpointPrefix()
The URL that the player uses to initialize a session that uses client-side reporting.
|
String |
slateAdUrl()
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
Map<String,String> |
tags()
The tags assigned to the playback configuration.
|
PlaybackConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transcodeProfileName()
The name that is used to associate this playback configuration with a custom transcode profile.
|
String |
videoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String adDecisionServerUrl()
The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
public CdnConfiguration cdnConfiguration()
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
public DashConfiguration dashConfiguration()
The configuration for DASH content.
public HlsConfiguration hlsConfiguration()
The configuration for HLS content.
public String name()
The identifier for the playback configuration.
public String playbackConfigurationArn()
The Amazon Resource Name (ARN) for the playback configuration.
public String playbackEndpointPrefix()
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
public String sessionInitializationEndpointPrefix()
The URL that the player uses to initialize a session that uses client-side reporting.
public String slateAdUrl()
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
public Map<String,String> tags()
The tags assigned to the playback configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String transcodeProfileName()
The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
public String videoContentSourceUrl()
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
public PlaybackConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlaybackConfiguration.Builder,PlaybackConfiguration>public static PlaybackConfiguration.Builder builder()
public static Class<? extends PlaybackConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.