public static interface InputDeviceUhdSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceUhdSettings.Builder,InputDeviceUhdSettings>
| Modifier and Type | Method and Description |
|---|---|
InputDeviceUhdSettings.Builder |
activeInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
InputDeviceUhdSettings.Builder |
activeInput(String activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
InputDeviceUhdSettings.Builder |
codec(InputDeviceCodec codec)
The codec for the video that the device produces.
|
InputDeviceUhdSettings.Builder |
codec(String codec)
The codec for the video that the device produces.
|
InputDeviceUhdSettings.Builder |
configuredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
InputDeviceUhdSettings.Builder |
configuredInput(String configuredInput)
The source at the input device that is currently active.
|
InputDeviceUhdSettings.Builder |
deviceState(InputDeviceState deviceState)
The state of the input device.
|
InputDeviceUhdSettings.Builder |
deviceState(String deviceState)
The state of the input device.
|
InputDeviceUhdSettings.Builder |
framerate(Double framerate)
The frame rate of the video source.
|
InputDeviceUhdSettings.Builder |
height(Integer height)
The height of the video source, in pixels.
|
InputDeviceUhdSettings.Builder |
latencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms).
|
InputDeviceUhdSettings.Builder |
maxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second.
|
default InputDeviceUhdSettings.Builder |
mediaconnectSettings(Consumer<InputDeviceMediaConnectSettings.Builder> mediaconnectSettings)
Information about the MediaConnect flow attached to the device.
|
InputDeviceUhdSettings.Builder |
mediaconnectSettings(InputDeviceMediaConnectSettings mediaconnectSettings)
Information about the MediaConnect flow attached to the device.
|
InputDeviceUhdSettings.Builder |
scanType(InputDeviceScanType scanType)
The scan type of the video source.
|
InputDeviceUhdSettings.Builder |
scanType(String scanType)
The scan type of the video source.
|
InputDeviceUhdSettings.Builder |
width(Integer width)
The width of the video source, in pixels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDeviceUhdSettings.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,
InputDeviceActiveInputInputDeviceUhdSettings.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,
InputDeviceActiveInputInputDeviceUhdSettings.Builder configuredInput(String configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInput,
InputDeviceConfiguredInputInputDeviceUhdSettings.Builder configuredInput(InputDeviceConfiguredInput configuredInput)
configuredInput - The source at the input device that is currently active. You can specify this source.InputDeviceConfiguredInput,
InputDeviceConfiguredInputInputDeviceUhdSettings.Builder deviceState(String deviceState)
deviceState - The state of the input device.InputDeviceState,
InputDeviceStateInputDeviceUhdSettings.Builder deviceState(InputDeviceState deviceState)
deviceState - The state of the input device.InputDeviceState,
InputDeviceStateInputDeviceUhdSettings.Builder framerate(Double framerate)
framerate - The frame rate of the video source.InputDeviceUhdSettings.Builder height(Integer height)
height - The height of the video source, in pixels.InputDeviceUhdSettings.Builder maxBitrate(Integer maxBitrate)
maxBitrate - The current maximum bitrate for ingesting this source, in bits per second. You can specify this
maximum.InputDeviceUhdSettings.Builder scanType(String scanType)
scanType - The scan type of the video source.InputDeviceScanType,
InputDeviceScanTypeInputDeviceUhdSettings.Builder scanType(InputDeviceScanType scanType)
scanType - The scan type of the video source.InputDeviceScanType,
InputDeviceScanTypeInputDeviceUhdSettings.Builder width(Integer width)
width - The width of the video source, in pixels.InputDeviceUhdSettings.Builder latencyMs(Integer latencyMs)
latencyMs - The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.InputDeviceUhdSettings.Builder codec(String codec)
codec - The codec for the video that the device produces.InputDeviceCodec,
InputDeviceCodecInputDeviceUhdSettings.Builder codec(InputDeviceCodec codec)
codec - The codec for the video that the device produces.InputDeviceCodec,
InputDeviceCodecInputDeviceUhdSettings.Builder mediaconnectSettings(InputDeviceMediaConnectSettings mediaconnectSettings)
mediaconnectSettings - Information about the MediaConnect flow attached to the device. Returned only if the outputType is
MEDIACONNECT_FLOW.default InputDeviceUhdSettings.Builder mediaconnectSettings(Consumer<InputDeviceMediaConnectSettings.Builder> mediaconnectSettings)
InputDeviceMediaConnectSettings.Builder avoiding the need to create one manually via
InputDeviceMediaConnectSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to mediaconnectSettings(InputDeviceMediaConnectSettings).
mediaconnectSettings - a consumer that will call methods on InputDeviceMediaConnectSettings.BuildermediaconnectSettings(InputDeviceMediaConnectSettings)Copyright © 2023. All rights reserved.