| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor |
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
GetPlaybackConfigurationResult |
AbstractAWSMediaTailor.getPlaybackConfiguration(GetPlaybackConfigurationRequest request) |
GetPlaybackConfigurationResult |
AWSMediaTailor.getPlaybackConfiguration(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest)
Returns the playback configuration for the specified name.
|
GetPlaybackConfigurationResult |
AWSMediaTailorClient.getPlaybackConfiguration(GetPlaybackConfigurationRequest request)
Returns the playback configuration for the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPlaybackConfigurationResult> |
AbstractAWSMediaTailorAsync.getPlaybackConfigurationAsync(GetPlaybackConfigurationRequest request,
AsyncHandler<GetPlaybackConfigurationRequest,GetPlaybackConfigurationResult> asyncHandler) |
Future<GetPlaybackConfigurationResult> |
AWSMediaTailorAsync.getPlaybackConfigurationAsync(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest,
AsyncHandler<GetPlaybackConfigurationRequest,GetPlaybackConfigurationResult> asyncHandler)
Returns the playback configuration for the specified name.
|
Future<GetPlaybackConfigurationResult> |
AWSMediaTailorAsyncClient.getPlaybackConfigurationAsync(GetPlaybackConfigurationRequest request,
AsyncHandler<GetPlaybackConfigurationRequest,GetPlaybackConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.addConfigurationAliasesEntry(String key,
Map<String,String> value)
Add a single ConfigurationAliases entry
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.clearConfigurationAliasesEntries()
Removes all the entries added into ConfigurationAliases.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.clone() |
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withAvailSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withBumper(Bumper bumper)
The configuration for bumpers.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withLogConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withName(String name)
The identifier for the playback configuration.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) for the playback configuration.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The URL that the player uses to initialize a session that uses client-side reporting.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.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.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withTags(Map<String,String> tags)
The tags assigned to the playback configuration.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
GetPlaybackConfigurationResult |
GetPlaybackConfigurationResult.withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
Copyright © 2022. All rights reserved.