![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaTailor::PlaybackConfiguration USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaTailor::PlaybackConfiguration object: $service_obj->Method(Att1 => { AdDecisionServerUrl => $value, ..., VideoContentSourceUrl => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaTailor::PlaybackConfiguration object: $result = $service_obj->Method(...); $result->Att1->AdDecisionServerUrl DESCRIPTIONCreates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor (https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html). ATTRIBUTESAdDecisionServerUrl => StrThe 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. AvailSuppression => Paws::MediaTailor::AvailSuppressionThe 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). Bumper => Paws::MediaTailor::BumperThe 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). CdnConfiguration => Paws::MediaTailor::CdnConfigurationThe configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. ConfigurationAliases => Paws::MediaTailor::ConfigurationAliasesResponseThe player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables (https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html). DashConfiguration => Paws::MediaTailor::DashConfigurationThe configuration for a DASH source. HlsConfiguration => Paws::MediaTailor::HlsConfigurationThe configuration for HLS content. LivePreRollConfiguration => Paws::MediaTailor::LivePreRollConfigurationThe configuration for pre-roll ad insertion. ManifestProcessingRules => Paws::MediaTailor::ManifestProcessingRulesThe configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor. Name => StrThe identifier for the playback configuration. PersonalizationThresholdSeconds => IntDefines 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). PlaybackConfigurationArn => StrThe Amazon Resource Name (ARN) for the playback configuration. PlaybackEndpointPrefix => StrThe URL that the player accesses to get a manifest from AWS Elemental MediaTailor. SessionInitializationEndpointPrefix => StrThe URL that the player uses to initialize a session that uses client-side reporting. SlateAdUrl => StrThe URL for a 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. Tags => Paws::MediaTailor::__mapOf__stringThe tags to assign to the playback configuration. TranscodeProfileName => StrThe 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. VideoContentSourceUrl => StrThe URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaTailor BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|