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

Class: Aws::MediaPackage::Types::CmafPackage

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::CmafEncryption

A Common Media Application Format (CMAF) encryption configuration.

Returns:

#hls_manifestsArray<Types::HlsManifest>

A list of HLS manifest configurations

Returns:

#segment_duration_secondsInteger

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

Returns:

  • (Integer)

    Duration (in seconds) of each segment.

#segment_prefixString

An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.

Returns:

  • (String)

    An optional custom string that is prepended to the name of each segment.

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.

Returns: