Class: Aws::MediaLive::Types::Smpte2110ReceiverGroupSdpSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Information about the SDP files that describe the SMPTE 2110 streams that go into one SMPTE 2110 receiver group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ancillary_sdpsArray<Types::InputSdpLocation>

A list of InputSdpLocations. Each item in the list specifies the SDP file and index for one ancillary SMPTE 2110 stream. Each stream encapsulates one captions stream (out of any number you can include) or the single SCTE 35 stream that you can include.

Returns:



21292
21293
21294
21295
21296
21297
21298
# File 'lib/aws-sdk-medialive/types.rb', line 21292

class Smpte2110ReceiverGroupSdpSettings < Struct.new(
  :ancillary_sdps,
  :audio_sdps,
  :video_sdp)
  SENSITIVE = []
  include Aws::Structure
end

#audio_sdpsArray<Types::InputSdpLocation>

A list of InputSdpLocations. Each item in the list specifies the SDP file and index for one audio SMPTE 2110 stream.

Returns:



21292
21293
21294
21295
21296
21297
21298
# File 'lib/aws-sdk-medialive/types.rb', line 21292

class Smpte2110ReceiverGroupSdpSettings < Struct.new(
  :ancillary_sdps,
  :audio_sdps,
  :video_sdp)
  SENSITIVE = []
  include Aws::Structure
end

#video_sdpTypes::InputSdpLocation

The InputSdpLocation that specifies the SDP file and index for the single video SMPTE 2110 stream for this 2110 input.



21292
21293
21294
21295
21296
21297
21298
# File 'lib/aws-sdk-medialive/types.rb', line 21292

class Smpte2110ReceiverGroupSdpSettings < Struct.new(
  :ancillary_sdps,
  :audio_sdps,
  :video_sdp)
  SENSITIVE = []
  include Aws::Structure
end