You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaTailor::Types::ManifestProcessingRules

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ManifestProcessingRules as input to an Aws::Client method, you can use a vanilla Hash:

{
  ad_marker_passthrough: {
    enabled: false,
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ad_marker_passthroughTypes::AdMarkerPassthrough

For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.

No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.

Returns:

  • (Types::AdMarkerPassthrough)

    For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.