public static interface InputDeviceConfigurableSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceConfigurableSettings.Builder,InputDeviceConfigurableSettings>
| Modifier and Type | Method and Description |
|---|---|
InputDeviceConfigurableSettings.Builder |
codec(InputDeviceCodec codec)
Choose the codec for the video that the device produces.
|
InputDeviceConfigurableSettings.Builder |
codec(String codec)
Choose the codec for the video that the device produces.
|
InputDeviceConfigurableSettings.Builder |
configuredInput(InputDeviceConfiguredInput configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings.Builder |
configuredInput(String configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings.Builder |
latencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms).
|
InputDeviceConfigurableSettings.Builder |
maxBitrate(Integer maxBitrate)
The maximum bitrate in bits per second.
|
default InputDeviceConfigurableSettings.Builder |
mediaconnectSettings(Consumer<InputDeviceMediaConnectConfigurableSettings.Builder> mediaconnectSettings)
To attach this device to a MediaConnect flow, specify these parameters.
|
InputDeviceConfigurableSettings.Builder |
mediaconnectSettings(InputDeviceMediaConnectConfigurableSettings mediaconnectSettings)
To attach this device to a MediaConnect flow, specify these parameters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDeviceConfigurableSettings.Builder configuredInput(String configuredInput)
configuredInput - The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInput,
InputDeviceConfiguredInputInputDeviceConfigurableSettings.Builder configuredInput(InputDeviceConfiguredInput configuredInput)
configuredInput - The input source that you want to use. If the device has a source connected to only one of its input
ports, or if you don't care which source the device sends, specify Auto. If the device has sources
connected to both its input ports, and you want to use a specific source, specify the source.InputDeviceConfiguredInput,
InputDeviceConfiguredInputInputDeviceConfigurableSettings.Builder maxBitrate(Integer maxBitrate)
maxBitrate - The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.InputDeviceConfigurableSettings.Builder latencyMs(Integer latencyMs)
latencyMs - The Link device's buffer size (latency) in milliseconds (ms).InputDeviceConfigurableSettings.Builder codec(String codec)
codec - Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.InputDeviceCodec,
InputDeviceCodecInputDeviceConfigurableSettings.Builder codec(InputDeviceCodec codec)
codec - Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.InputDeviceCodec,
InputDeviceCodecInputDeviceConfigurableSettings.Builder mediaconnectSettings(InputDeviceMediaConnectConfigurableSettings mediaconnectSettings)
mediaconnectSettings - To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow,
enter {} for the value of mediaconnectSettings. Only UHD devices can specify this parameter.default InputDeviceConfigurableSettings.Builder mediaconnectSettings(Consumer<InputDeviceMediaConnectConfigurableSettings.Builder> mediaconnectSettings)
InputDeviceMediaConnectConfigurableSettings.Builder avoiding
the need to create one manually via InputDeviceMediaConnectConfigurableSettings.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
mediaconnectSettings(InputDeviceMediaConnectConfigurableSettings).
mediaconnectSettings - a consumer that will call methods on InputDeviceMediaConnectConfigurableSettings.BuildermediaconnectSettings(InputDeviceMediaConnectConfigurableSettings)Copyright © 2023. All rights reserved.