Class: Aws::MediaPackage::Types::CmafPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CmafPackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A Common Media Application Format (CMAF) packaging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption ⇒ Types::CmafEncryption
A Common Media Application Format (CMAF) encryption configuration.
-
#hls_manifests ⇒ Array<Types::HlsManifest>
A list of HLS manifest configurations.
-
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each segment.
-
#segment_prefix ⇒ String
An optional custom string that is prepended to the name of each segment.
-
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
Instance Attribute Details
#encryption ⇒ Types::CmafEncryption
A Common Media Application Format (CMAF) encryption configuration.
203 204 205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 203 class CmafPackage < Struct.new( :encryption, :hls_manifests, :segment_duration_seconds, :segment_prefix, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#hls_manifests ⇒ Array<Types::HlsManifest>
A list of HLS manifest configurations
203 204 205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 203 class CmafPackage < Struct.new( :encryption, :hls_manifests, :segment_duration_seconds, :segment_prefix, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
203 204 205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 203 class CmafPackage < Struct.new( :encryption, :hls_manifests, :segment_duration_seconds, :segment_prefix, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#segment_prefix ⇒ String
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
203 204 205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 203 class CmafPackage < Struct.new( :encryption, :hls_manifests, :segment_duration_seconds, :segment_prefix, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
203 204 205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 203 class CmafPackage < Struct.new( :encryption, :hls_manifests, :segment_duration_seconds, :segment_prefix, :stream_selection) SENSITIVE = [] include Aws::Structure end |