Class: Aws::MediaPackageVod::Types::HlsPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::HlsPackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
An HTTP Live Streaming (HLS) packaging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption ⇒ Types::HlsEncryption
An HTTP Live Streaming (HLS) encryption configuration.
-
#hls_manifests ⇒ Array<Types::HlsManifest>
A list of HLS manifest configurations.
-
#include_dvb_subtitles ⇒ Boolean
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
-
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each fragment.
-
#use_audio_rendition_group ⇒ Boolean
When enabled, audio streams will be placed in rendition groups in the output.
Instance Attribute Details
#encryption ⇒ Types::HlsEncryption
An HTTP Live Streaming (HLS) encryption configuration.
1082 1083 1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1082 class HlsPackage < Struct.new( :encryption, :hls_manifests, :include_dvb_subtitles, :segment_duration_seconds, :use_audio_rendition_group) SENSITIVE = [] include Aws::Structure end |
#hls_manifests ⇒ Array<Types::HlsManifest>
A list of HLS manifest configurations.
1082 1083 1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1082 class HlsPackage < Struct.new( :encryption, :hls_manifests, :include_dvb_subtitles, :segment_duration_seconds, :use_audio_rendition_group) SENSITIVE = [] include Aws::Structure end |
#include_dvb_subtitles ⇒ Boolean
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
1082 1083 1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1082 class HlsPackage < Struct.new( :encryption, :hls_manifests, :include_dvb_subtitles, :segment_duration_seconds, :use_audio_rendition_group) 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1082 class HlsPackage < Struct.new( :encryption, :hls_manifests, :include_dvb_subtitles, :segment_duration_seconds, :use_audio_rendition_group) SENSITIVE = [] include Aws::Structure end |
#use_audio_rendition_group ⇒ Boolean
When enabled, audio streams will be placed in rendition groups in the output.
1082 1083 1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1082 class HlsPackage < Struct.new( :encryption, :hls_manifests, :include_dvb_subtitles, :segment_duration_seconds, :use_audio_rendition_group) SENSITIVE = [] include Aws::Structure end |