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
show all
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

Instance Attribute Details

#manifest_nameString

An optional string to include in the name of the manifest.

Returns:

  • (String)

    An optional string to include in the name of the manifest.

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.

Returns: