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

Class: Aws::MediaPackage::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
      certificate_arn: "__string",
      resource_id: "__string", # required
      role_arn: "__string", # required
      system_ids: ["__string"], # required
      url: "__string", # required
    },
  },
  manifest_window_seconds: 1,
  segment_duration_seconds: 1,
  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) packaging configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::MssEncryption

A Microsoft Smooth Streaming (MSS) encryption configuration.

Returns:

#manifest_window_secondsInteger

The time window (in seconds) contained in each manifest.

Returns:

  • (Integer)

    The time window (in seconds) contained in each manifest.

#segment_duration_secondsInteger

The duration (in seconds) of each segment.

Returns:

  • (Integer)

    The duration (in seconds) of each segment.

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.

Returns: