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,
VideoorAudio).Type: String
Required: Yes
- channels
-
The number of audio channels in the stream. Used when the
streamTypeisAudio.Type: Integer
Required: No
- frameRate
-
The number of video frames displayed per second. Used when the
streamTypeisVideo.Type: String
Required: No
- frameResolution
-
The width and height dimensions of the video frame in pixels. Used when the
streamTypeisVideo.Type: FrameResolution object
Required: No
- sampleRate
-
The number of audio samples captured per second, measured in kilohertz (kHz). Used when the
streamTypeisAudio.Type: Integer
Required: No
- scanMode
-
The method used to display video frames. Used when the
streamTypeisVideo.Type: String
Valid Values:
progressive | interlace | progressive-segmented-frameRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: