Class: Aws::MediaConnect::Types::NdiSourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::NdiSourceSettings
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The settings for the NDIĀ® source. This includes the exact name of the upstream NDI sender that you want to connect to your source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_name ⇒ String
The exact name of an existing NDI sender that's registered with your discovery server.
Instance Attribute Details
#source_name ⇒ String
The exact name of an existing NDI sender that's registered with
your discovery server. If included, the format of this name must be
MACHINENAME (ProgramName).
5209 5210 5211 5212 5213 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5209 class NdiSourceSettings < Struct.new( :source_name) SENSITIVE = [] include Aws::Structure end |