NdiMediaStreamInfo - AWS Elemental MediaConnect

NdiMediaStreamInfo

Detailed information about a single media stream that is part of an NDIĀ® source. This includes details about the stream type, codec, resolution, frame rate, audio channels, and sample rate.

Contents

codec

The codec used for the media stream. For NDI sources, use speed-hq.

Type: String

Required: Yes

streamId

A unique identifier for the media stream.

Type: Integer

Required: Yes

streamType

The type of media stream (for example, Video or Audio).

Type: String

Required: Yes

channels

The number of audio channels in the stream. Used when the streamType is Audio.

Type: Integer

Required: No

frameRate

The number of video frames displayed per second. Used when the streamType is Video.

Type: String

Required: No

frameResolution

The width and height dimensions of the video frame in pixels. Used when the streamType is Video.

Type: FrameResolution object

Required: No

sampleRate

The number of audio samples captured per second, measured in kilohertz (kHz). Used when the streamType is Audio.

Type: Integer

Required: No

scanMode

The method used to display video frames. Used when the streamType is Video.

Type: String

Valid Values: progressive | interlace | progressive-segmented-frame

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: