Class: Aws::MediaPackage::Types::MssPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::MssPackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A Microsoft Smooth Streaming (MSS) packaging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption ⇒ Types::MssEncryption
A Microsoft Smooth Streaming (MSS) encryption configuration.
-
#manifest_window_seconds ⇒ Integer
The time window (in seconds) contained in each manifest.
-
#segment_duration_seconds ⇒ Integer
The duration (in seconds) of each segment.
-
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
Instance Attribute Details
#encryption ⇒ Types::MssEncryption
A Microsoft Smooth Streaming (MSS) encryption configuration.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1702 class MssPackage < Struct.new( :encryption, :manifest_window_seconds, :segment_duration_seconds, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#manifest_window_seconds ⇒ Integer
The time window (in seconds) contained in each manifest.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1702 class MssPackage < Struct.new( :encryption, :manifest_window_seconds, :segment_duration_seconds, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#segment_duration_seconds ⇒ Integer
The duration (in seconds) of each segment.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1702 class MssPackage < Struct.new( :encryption, :manifest_window_seconds, :segment_duration_seconds, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1702 class MssPackage < Struct.new( :encryption, :manifest_window_seconds, :segment_duration_seconds, :stream_selection) SENSITIVE = [] include Aws::Structure end |