GetPlaybackConfigurationResponse
public struct GetPlaybackConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let adDecisionServerUrl: String?
-
The configuration for Avail Suppression.
Declaration
Swift
public let availSuppression: AvailSuppression?
-
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break.
Declaration
Swift
public let bumper: Bumper?
-
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
Declaration
Swift
public let cdnConfiguration: CdnConfiguration?
-
The configuration for DASH content.
Declaration
Swift
public let dashConfiguration: DashConfiguration?
-
The configuration for HLS content.
Declaration
Swift
public let hlsConfiguration: HlsConfiguration?
-
The configuration for pre-roll ad insertion.
Declaration
Swift
public let livePreRollConfiguration: LivePreRollConfiguration?
-
The identifier for the playback configuration.
Declaration
Swift
public let name: String?
-
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
Declaration
Swift
public let personalizationThresholdSeconds: Int?
-
The Amazon Resource Name (ARN) for the playback configuration.
Declaration
Swift
public let playbackConfigurationArn: String?
-
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
Declaration
Swift
public let playbackEndpointPrefix: String?
-
The URL that the player uses to initialize a session that uses client-side reporting.
Declaration
Swift
public let sessionInitializationEndpointPrefix: String?
-
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 playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
Declaration
Swift
public let slateAdUrl: String?
-
The tags assigned to the playback configuration.
Declaration
Swift
public let tags: [String : String]?
-
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.
Declaration
Swift
public let transcodeProfileName: String?
-
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
Declaration
Swift
public let videoContentSourceUrl: String?
-
init(adDecisionServerUrl:availSuppression:bumper:cdnConfiguration:dashConfiguration:hlsConfiguration:livePreRollConfiguration:name:personalizationThresholdSeconds:playbackConfigurationArn:playbackEndpointPrefix:sessionInitializationEndpointPrefix:slateAdUrl:tags:transcodeProfileName:videoContentSourceUrl:)
Undocumented
Declaration
Swift
public init(adDecisionServerUrl: String? = nil, availSuppression: AvailSuppression? = nil, bumper: Bumper? = nil, cdnConfiguration: CdnConfiguration? = nil, dashConfiguration: DashConfiguration? = nil, hlsConfiguration: HlsConfiguration? = nil, livePreRollConfiguration: LivePreRollConfiguration? = nil, name: String? = nil, personalizationThresholdSeconds: Int? = nil, playbackConfigurationArn: String? = nil, playbackEndpointPrefix: String? = nil, sessionInitializationEndpointPrefix: String? = nil, slateAdUrl: String? = nil, tags: [String : String]? = nil, transcodeProfileName: String? = nil, videoContentSourceUrl: String? = nil)