PlaybackConfiguration class

The AWSMediaTailor configuration.

Constructors

PlaybackConfiguration({String? adDecisionServerUrl, AvailSuppression? availSuppression, Bumper? bumper, CdnConfiguration? cdnConfiguration, DashConfiguration? dashConfiguration, HlsConfiguration? hlsConfiguration, ManifestProcessingRules? manifestProcessingRules, String? name, int? personalizationThresholdSeconds, String? playbackConfigurationArn, String? playbackEndpointPrefix, String? sessionInitializationEndpointPrefix, String? slateAdUrl, Map<String, String>? tags, String? transcodeProfileName, String? videoContentSourceUrl})
PlaybackConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

adDecisionServerUrl String?
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.
final
availSuppression AvailSuppression?
The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a long manifest, or if a viewer joins mid-break.
final
bumper Bumper?
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break.
final
cdnConfiguration CdnConfiguration?
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
final
dashConfiguration DashConfiguration?
The configuration for DASH content.
final
hashCode int
The hash code for this object.
no setterinherited
hlsConfiguration HlsConfiguration?
The configuration for HLS content.
final
manifestProcessingRules ManifestProcessingRules?
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
final
name String?
The identifier for the playback configuration.
final
personalizationThresholdSeconds int?
The maximum duration of underfilled ad time (in seconds) allowed in an ad break.
final
playbackConfigurationArn String?
The Amazon Resource Name (ARN) for the playback configuration.
final
playbackEndpointPrefix String?
The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionInitializationEndpointPrefix String?
The URL that the player uses to initialize a session that uses client-side reporting.
final
slateAdUrl 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.
final
tags Map<String, String>?
The tags assigned to the playback configuration.
final
transcodeProfileName 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.
final
videoContentSourceUrl String?
The URL prefix for the master playlist for the stream, minus the asset ID. The maximum length is 512 characters.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited