Class: Aws::MediaPackageVod::Types::CmafPackage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb

Overview

A CMAF packaging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::CmafEncryption

A CMAF encryption configuration.



246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-mediapackagevod/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_manifestsArray<Types::HlsManifest>

A list of HLS manifest configurations.

Returns:



246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-mediapackagevod/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_segmentsBoolean

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.

Returns:

  • (Boolean)


246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-mediapackagevod/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_secondsInteger

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

Returns:

  • (Integer)


246
247
248
249
250
251
252
253
# File 'gems/aws-sdk-mediapackagevod/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