class Aws::MediaPackageVod::Types::CmafPackage

A CMAF packaging configuration.

@note When making an API call, you may pass CmafPackage

data as a hash:

    {
      encryption: {
        constant_initialization_vector: "__string",
        speke_key_provider: { # required
          role_arn: "__string", # required
          system_ids: ["__string"], # required
          url: "__string", # required
        },
      },
      hls_manifests: [ # required
        {
          ad_markers: "NONE", # accepts NONE, SCTE35_ENHANCED, PASSTHROUGH
          include_iframe_only_stream: false,
          manifest_name: "__string",
          program_date_time_interval_seconds: 1,
          repeat_ext_x_key: false,
          stream_selection: {
            max_video_bits_per_second: 1,
            min_video_bits_per_second: 1,
            stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
          },
        },
      ],
      include_encoder_configuration_in_segments: false,
      segment_duration_seconds: 1,
    }

@!attribute [rw] encryption

A CMAF encryption configuration.
@return [Types::CmafEncryption]

@!attribute [rw] hls_manifests

A list of HLS manifest configurations.
@return [Array<Types::HlsManifest>]

@!attribute [rw] include_encoder_configuration_in_segments

When includeEncoderConfigurationInSegments is set to true,
MediaPackage places your encoder's Sequence Parameter Set (SPS),
Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata
in every video segment instead of in the init fragment. This lets
you use different SPS/PPS/VPS settings for your assets during
content playback.
@return [Boolean]

@!attribute [rw] segment_duration_seconds

Duration (in seconds) of each fragment. Actual fragments will be
rounded to the nearest multiple of the source fragment duration.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CmafPackage AWS API Documentation

Constants

SENSITIVE