InputDeviceHdSettings

Settings that describe the active source from the input device, and the video characteristics of that source.

Types

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

Properties

Link copied to clipboard

If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).

Link copied to clipboard

The source at the input device that is currently active. You can specify this source.

Link copied to clipboard

The state of the input device.

Link copied to clipboard

The frame rate of the video source.

Link copied to clipboard
val height: Int?

The height of the video source, in pixels.

Link copied to clipboard

The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.

Link copied to clipboard

The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.

Link copied to clipboard

The scan type of the video source.

Link copied to clipboard
val width: Int?

The width of the video source, in pixels.

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