Class: Aws::MediaPackageVod::Types::CmafPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::CmafPackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A CMAF packaging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption ⇒ Types::CmafEncryption
A CMAF encryption configuration.
-
#hls_manifests ⇒ Array<Types::HlsManifest>
A list of HLS manifest configurations.
-
#include_encoder_configuration_in_segments ⇒ Boolean
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.
-
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each fragment.
Instance Attribute Details
#encryption ⇒ Types::CmafEncryption
A CMAF encryption configuration.
246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 246 class CmafPackage < Struct.new( :encryption, :hls_manifests, :include_encoder_configuration_in_segments, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#hls_manifests ⇒ Array<Types::HlsManifest>
A list of HLS manifest configurations.
246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 246 class CmafPackage < Struct.new( :encryption, :hls_manifests, :include_encoder_configuration_in_segments, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#include_encoder_configuration_in_segments ⇒ Boolean
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.
246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 246 class CmafPackage < Struct.new( :encryption, :hls_manifests, :include_encoder_configuration_in_segments, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.
246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 246 class CmafPackage < Struct.new( :encryption, :hls_manifests, :include_encoder_configuration_in_segments, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |