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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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:



21403
21404
21405
21406
21407
21408
21409
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21403

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:



21403
21404
21405
21406
21407
21408
21409
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21403

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.



21403
21404
21405
21406
21407
21408
21409
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21403

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