class Aws::MediaPackageVod::Types::MssManifest

A Microsoft Smooth Streaming (MSS) manifest configuration.

@note When making an API call, you may pass MssManifest

data as a 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
      },
    }

@!attribute [rw] manifest_name

An optional string to include in the name of the manifest.
@return [String]

@!attribute [rw] stream_selection

A StreamSelection configuration.
@return [Types::StreamSelection]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/MssManifest AWS API Documentation

Constants

SENSITIVE