InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.activeInput(String activeInput) |
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.activeInput(InputDeviceActiveInput activeInput) |
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
static InputDeviceHdSettings.Builder |
InputDeviceHdSettings.builder() |
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.configuredInput(String configuredInput) |
The source at the input device that is currently active.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.configuredInput(InputDeviceConfiguredInput configuredInput) |
The source at the input device that is currently active.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.deviceState(String deviceState) |
The state of the input device.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.deviceState(InputDeviceState deviceState) |
The state of the input device.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.framerate(Double framerate) |
The frame rate of the video source.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.height(Integer height) |
The height of the video source, in pixels.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.latencyMs(Integer latencyMs) |
The Link device's buffer size (latency) in milliseconds (ms).
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.maxBitrate(Integer maxBitrate) |
The current maximum bitrate for ingesting this source, in bits per second.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.scanType(String scanType) |
The scan type of the video source.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.scanType(InputDeviceScanType scanType) |
The scan type of the video source.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.toBuilder() |
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.width(Integer width) |
The width of the video source, in pixels.
|