Class: Aws::MediaConnect::Types::NdiSourceMetadataInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::NdiSourceMetadataInfo
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Comprehensive information about the NDIĀ® source that's associated with a flow. This includes the currently active NDI source, a list of all discovered NDI senders, metadata about the media streams, and any relevant status messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_source ⇒ Types::NdiSourceInfo
The connected NDI sender that's currently sending source content to the flow's NDI source.
-
#discovered_sources ⇒ Array<Types::NdiSourceInfo>
A list of the available upstream NDI senders aggregated from all of your configured discovery servers.
-
#media_info ⇒ Types::NdiMediaInfo
Detailed information about the media streams (video, audio, and so on) that are part of the active NDI source.
-
#messages ⇒ Array<Types::MessageDetail>
Any status messages or error codes related to the NDI source and its metadata.
Instance Attribute Details
#active_source ⇒ Types::NdiSourceInfo
The connected NDI sender that's currently sending source content to the flow's NDI source.
5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5148 class NdiSourceMetadataInfo < Struct.new( :active_source, :discovered_sources, :media_info, :messages) SENSITIVE = [] include Aws::Structure end |
#discovered_sources ⇒ Array<Types::NdiSourceInfo>
A list of the available upstream NDI senders aggregated from all of your configured discovery servers.
5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5148 class NdiSourceMetadataInfo < Struct.new( :active_source, :discovered_sources, :media_info, :messages) SENSITIVE = [] include Aws::Structure end |
#media_info ⇒ Types::NdiMediaInfo
Detailed information about the media streams (video, audio, and so on) that are part of the active NDI source.
5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5148 class NdiSourceMetadataInfo < Struct.new( :active_source, :discovered_sources, :media_info, :messages) SENSITIVE = [] include Aws::Structure end |
#messages ⇒ Array<Types::MessageDetail>
Any status messages or error codes related to the NDI source and its metadata.
5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5148 class NdiSourceMetadataInfo < Struct.new( :active_source, :discovered_sources, :media_info, :messages) SENSITIVE = [] include Aws::Structure end |