| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
PlaybackConfiguration |
PlaybackConfiguration.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PlaybackConfiguration |
PlaybackConfiguration.clearTagsEntries()
Removes all the entries added into Tags.
|
PlaybackConfiguration |
PlaybackConfiguration.clone() |
PlaybackConfiguration |
PlaybackConfiguration.withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PlaybackConfiguration |
PlaybackConfiguration.withAvailSuppression(AvailSuppression availSuppression)
The configuration for Avail Suppression.
|
PlaybackConfiguration |
PlaybackConfiguration.withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PlaybackConfiguration |
PlaybackConfiguration.withDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
PlaybackConfiguration |
PlaybackConfiguration.withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
PlaybackConfiguration |
PlaybackConfiguration.withName(String name)
The identifier for the playback configuration.
|
PlaybackConfiguration |
PlaybackConfiguration.withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PlaybackConfiguration |
PlaybackConfiguration.withPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) for the playback configuration.
|
PlaybackConfiguration |
PlaybackConfiguration.withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
PlaybackConfiguration |
PlaybackConfiguration.withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
PlaybackConfiguration |
PlaybackConfiguration.withSlateAdUrl(String slateAdUrl)
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PlaybackConfiguration |
PlaybackConfiguration.withTags(Map<String,String> tags)
The tags assigned to the playback configuration.
|
PlaybackConfiguration |
PlaybackConfiguration.withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PlaybackConfiguration |
PlaybackConfiguration.withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlaybackConfiguration> |
ListPlaybackConfigurationsResult.getItems()
Array of playback configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsResult |
ListPlaybackConfigurationsResult.withItems(PlaybackConfiguration... items)
Array of playback configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlaybackConfigurationsResult.setItems(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
ListPlaybackConfigurationsResult |
ListPlaybackConfigurationsResult.withItems(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
Copyright © 2020. All rights reserved.