| 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 configuration to AWS Elemental MediaTailor.
|
PutPlaybackConfigurationResult |
AWSMediaTailorClient.putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
Adds a new 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 configuration to AWS Elemental MediaTailor.
|
Future<PutPlaybackConfigurationResult> |
AWSMediaTailorAsyncClient.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest request,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.clone() |
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
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 object for DASH content.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withName(String name)
The identifier for the 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)
URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withTranscodeProfileName(String transcodeProfileName)
Associate this playbackConfiguration with a custom transcode profile, overriding MediaTailor's dynamic
transcoding defaults.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the master playlist for the stream, minus the asset ID.
|
Copyright © 2019. All rights reserved.