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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A unique identifier for the media stream.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String