public static interface InputDeviceHdSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceHdSettings.Builder,InputDeviceHdSettings>
| Modifier and Type | Method and Description |
|---|---|
InputDeviceHdSettings.Builder |
activeInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
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 |
configuredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
InputDeviceHdSettings.Builder |
configuredInput(String configuredInput)
The source at the input device that is currently active.
|
InputDeviceHdSettings.Builder |
deviceState(InputDeviceState deviceState)
The state of the input device.
|
InputDeviceHdSettings.Builder |
deviceState(String deviceState)
The state of the input device.
|
InputDeviceHdSettings.Builder |
framerate(Double framerate)
The frame rate of the video source.
|
InputDeviceHdSettings.Builder |
height(Integer height)
The height of the video source, in pixels.
|
InputDeviceHdSettings.Builder |
maxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second.
|
InputDeviceHdSettings.Builder |
scanType(InputDeviceScanType scanType)
The scan type of the video source.
|
InputDeviceHdSettings.Builder |
scanType(String scanType)
The scan type of the video source.
|
InputDeviceHdSettings.Builder |
width(Integer width)
The width of the video source, in pixels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDeviceHdSettings.Builder activeInput(String activeInput)
activeInput - If you specified Auto as the configured input, specifies which of the sources is currently active (SDI
or HDMI).InputDeviceActiveInput,
InputDeviceActiveInputInputDeviceHdSettings.Builder activeInput(InputDeviceActiveInput activeInput)
activeInput - If you specified Auto as the configured input, specifies which of the sources is currently active (SDI
or HDMI).InputDeviceActiveInput,
InputDeviceActiveInputInputDeviceHdSettings.Builder configuredInput(String configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInput,
InputDeviceConfiguredInputInputDeviceHdSettings.Builder configuredInput(InputDeviceConfiguredInput configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInput,
InputDeviceConfiguredInputInputDeviceHdSettings.Builder deviceState(String deviceState)
deviceState - The state of the input device.InputDeviceState,
InputDeviceStateInputDeviceHdSettings.Builder deviceState(InputDeviceState deviceState)
deviceState - The state of the input device.InputDeviceState,
InputDeviceStateInputDeviceHdSettings.Builder framerate(Double framerate)
framerate - The frame rate of the video source.InputDeviceHdSettings.Builder height(Integer height)
height - The height of the video source, in pixels.InputDeviceHdSettings.Builder maxBitrate(Integer maxBitrate)
maxBitrate - The current maximum bitrate for ingesting this source, in bits per second. You can specify this
maximum.InputDeviceHdSettings.Builder scanType(String scanType)
scanType - The scan type of the video source.InputDeviceScanType,
InputDeviceScanTypeInputDeviceHdSettings.Builder scanType(InputDeviceScanType scanType)
scanType - The scan type of the video source.InputDeviceScanType,
InputDeviceScanTypeInputDeviceHdSettings.Builder width(Integer width)
width - The width of the video source, in pixels.Copyright © 2022. All rights reserved.