You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackageVod::Types::MssPackage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MssPackage as input to an Aws::Client method, you can use a vanilla Hash:

{
  encryption: {
    speke_key_provider: { # required
      role_arn: "__string", # required
      system_ids: ["__string"], # required
      url: "__string", # required
    },
  },
  mss_manifests: [ # required
    {
      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
      },
    },
  ],
  segment_duration_seconds: 1,
}

A Microsoft Smooth Streaming (MSS) PackagingConfiguration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::MssEncryption

A Microsoft Smooth Streaming (MSS) encryption configuration.

Returns:

#mss_manifestsArray<Types::MssManifest>

A list of MSS manifest configurations.

Returns:

#segment_duration_secondsInteger

The duration (in seconds) of each segment.

Returns:

  • (Integer)

    The duration (in seconds) of each segment.