| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor |
Use the AWS Elemental MediaTailor SDK to configure scalable ad insertion for your live and VOD content.
|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
PutPlaybackConfigurationResult |
AbstractAWSMediaTailor.putPlaybackConfiguration(PutPlaybackConfigurationRequest request) |
PutPlaybackConfigurationResult |
AWSMediaTailor.putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
PutPlaybackConfigurationResult |
AWSMediaTailorClient.putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutPlaybackConfigurationResult> |
AbstractAWSMediaTailorAsync.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest request,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler) |
Future<PutPlaybackConfigurationResult> |
AWSMediaTailorAsync.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
Future<PutPlaybackConfigurationResult> |
AWSMediaTailorAsyncClient.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest request,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.clone() |
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withAvailSuppression(AvailSuppression availSuppression)
The configuration for Avail Suppression.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withName(String name)
The identifier for the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) for the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.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.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withTags(Map<String,String> tags)
The tags assigned to the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
Copyright © 2020. All rights reserved.