You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaPackageVod::Types::MssManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::MssManifest
- Defined in:
- (unknown)
Overview
Note:
When passing MssManifest as input to an Aws::Client method, you can use a vanilla Hash:
{
manifest_name: "__string",
stream_selection: {
max_video_bits_per_second: 1,
min_video_bits_per_second: 1,
stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
},
}
A Microsoft Smooth Streaming (MSS) manifest configuration.
Instance Attribute Summary collapse
-
#manifest_name ⇒ String
An optional string to include in the name of the manifest.
-
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
Instance Attribute Details
#manifest_name ⇒ String
An optional string to include in the name of the manifest.
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.