Class: Aws::MediaPackage::Types::MssPackage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

A Microsoft Smooth Streaming (MSS) packaging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::MssEncryption

A Microsoft Smooth Streaming (MSS) encryption configuration.



1702
1703
1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1702

class MssPackage < Struct.new(
  :encryption,
  :manifest_window_seconds,
  :segment_duration_seconds,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_window_secondsInteger

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

Returns:

  • (Integer)


1702
1703
1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1702

class MssPackage < Struct.new(
  :encryption,
  :manifest_window_seconds,
  :segment_duration_seconds,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#segment_duration_secondsInteger

The duration (in seconds) of each segment.

Returns:

  • (Integer)


1702
1703
1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1702

class MssPackage < Struct.new(
  :encryption,
  :manifest_window_seconds,
  :segment_duration_seconds,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.



1702
1703
1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1702

class MssPackage < Struct.new(
  :encryption,
  :manifest_window_seconds,
  :segment_duration_seconds,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end