Class: Aws::MediaPackageVod::Types::MssPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::MssPackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption ⇒ Types::MssEncryption
A Microsoft Smooth Streaming (MSS) encryption configuration.
-
#mss_manifests ⇒ Array<Types::MssManifest>
A list of MSS manifest configurations.
-
#segment_duration_seconds ⇒ Integer
The duration (in seconds) of each segment.
Instance Attribute Details
#encryption ⇒ Types::MssEncryption
A Microsoft Smooth Streaming (MSS) encryption configuration.
1274 1275 1276 1277 1278 1279 1280 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1274 class MssPackage < Struct.new( :encryption, :mss_manifests, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#mss_manifests ⇒ Array<Types::MssManifest>
A list of MSS manifest configurations.
1274 1275 1276 1277 1278 1279 1280 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1274 class MssPackage < Struct.new( :encryption, :mss_manifests, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |
#segment_duration_seconds ⇒ Integer
The duration (in seconds) of each segment.
1274 1275 1276 1277 1278 1279 1280 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1274 class MssPackage < Struct.new( :encryption, :mss_manifests, :segment_duration_seconds) SENSITIVE = [] include Aws::Structure end |