Class: Aws::MediaPackage::Types::CmafPackageCreateOrUpdateParameters

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

Overview

A Common Media Application Format (CMAF) packaging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::CmafEncryption

A Common Media Application Format (CMAF) encryption configuration.



239
240
241
242
243
244
245
246
247
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 239

class CmafPackageCreateOrUpdateParameters < Struct.new(
  :encryption,
  :hls_manifests,
  :segment_duration_seconds,
  :segment_prefix,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#hls_manifestsArray<Types::HlsManifestCreateOrUpdateParameters>

A list of HLS manifest configurations



239
240
241
242
243
244
245
246
247
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 239

class CmafPackageCreateOrUpdateParameters < Struct.new(
  :encryption,
  :hls_manifests,
  :segment_duration_seconds,
  :segment_prefix,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#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)


239
240
241
242
243
244
245
246
247
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 239

class CmafPackageCreateOrUpdateParameters < Struct.new(
  :encryption,
  :hls_manifests,
  :segment_duration_seconds,
  :segment_prefix,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#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)


239
240
241
242
243
244
245
246
247
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 239

class CmafPackageCreateOrUpdateParameters < Struct.new(
  :encryption,
  :hls_manifests,
  :segment_duration_seconds,
  :segment_prefix,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.



239
240
241
242
243
244
245
246
247
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 239

class CmafPackageCreateOrUpdateParameters < Struct.new(
  :encryption,
  :hls_manifests,
  :segment_duration_seconds,
  :segment_prefix,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end