Class: Aws::MediaTailor::Types::AdConditioningConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_media_file_conditioningString

For ads that have media files with streaming delivery and supported file extensions, indicates what transcoding action MediaTailor takes when it first receives these ads from the ADS. ‘TRANSCODE` indicates that MediaTailor must transcode the ads. `NONE` indicates that you have already transcoded the ads outside of MediaTailor and don’t need them transcoded as part of the ad insertion workflow. For more information about ad conditioning see [Using preconditioned ads] in the Elemental MediaTailor user guide.

[1]: docs.aws.amazon.com/mediatailor/latest/ug/precondition-ads.html

Returns:

  • (String)


185
186
187
188
189
# File 'lib/aws-sdk-mediatailor/types.rb', line 185

class AdConditioningConfiguration < Struct.new(
  :streaming_media_file_conditioning)
  SENSITIVE = []
  include Aws::Structure
end