GetPlaybackConfigurationResult

data class GetPlaybackConfigurationResult(val adDecisionServerUrl: String? = null, val availSuppression: PlaybackConfigurationAvailSuppression? = null, val bumper: PlaybackConfigurationBumper? = null, val cdnConfiguration: PlaybackConfigurationCdnConfiguration? = null, val configurationAliases: Map<String, Any>? = null, val dashConfiguration: PlaybackConfigurationDashConfiguration? = null, val hlsConfiguration: PlaybackConfigurationHlsConfiguration? = null, val livePreRollConfiguration: PlaybackConfigurationLivePreRollConfiguration? = null, val manifestProcessingRules: PlaybackConfigurationManifestProcessingRules? = null, val personalizationThresholdSeconds: Int? = null, val playbackConfigurationArn: String? = null, val playbackEndpointPrefix: String? = null, val sessionInitializationEndpointPrefix: String? = null, val slateAdUrl: String? = null, val tags: List<Tag>? = null, val transcodeProfileName: String? = null, val videoContentSourceUrl: String? = null)

Constructors

Link copied to clipboard
constructor(adDecisionServerUrl: String? = null, availSuppression: PlaybackConfigurationAvailSuppression? = null, bumper: PlaybackConfigurationBumper? = null, cdnConfiguration: PlaybackConfigurationCdnConfiguration? = null, configurationAliases: Map<String, Any>? = null, dashConfiguration: PlaybackConfigurationDashConfiguration? = null, hlsConfiguration: PlaybackConfigurationHlsConfiguration? = null, livePreRollConfiguration: PlaybackConfigurationLivePreRollConfiguration? = null, manifestProcessingRules: PlaybackConfigurationManifestProcessingRules? = null, personalizationThresholdSeconds: Int? = null, playbackConfigurationArn: String? = null, playbackEndpointPrefix: String? = null, sessionInitializationEndpointPrefix: String? = null, slateAdUrl: String? = null, tags: List<Tag>? = null, transcodeProfileName: String? = null, videoContentSourceUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).

Link copied to clipboard

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).

Link copied to clipboard

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

Link copied to clipboard

The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

Link copied to clipboard

The configuration for DASH content.

Link copied to clipboard

The configuration for HLS content.

Link copied to clipboard

The configuration for pre-roll ad insertion.

Link copied to clipboard

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

Link copied to clipboard

Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html).

Link copied to clipboard

The Amazon Resource Name (ARN) for the playback configuration.

Link copied to clipboard

The URL that the player accesses to get a manifest from MediaTailor. This session will use server-side reporting.

Link copied to clipboard

The URL that the player uses to initialize a session that uses client-side reporting.

Link copied to clipboard
val slateAdUrl: String? = null

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 configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to assign to the playback configuration.

Link copied to clipboard

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.

Link copied to clipboard

The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.