| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceUhdSettings |
InputDeviceUhdSettings.clone() |
InputDeviceUhdSettings |
UpdateInputDeviceResult.getUhdDeviceSettings()
Settings that describe an input device that is type UHD.
|
InputDeviceUhdSettings |
InputDeviceSummary.getUhdDeviceSettings()
Settings that describe an input device that is type UHD.
|
InputDeviceUhdSettings |
DescribeInputDeviceResult.getUhdDeviceSettings()
Settings that describe an input device that is type UHD.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withActiveInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withActiveInput(String activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withAudioChannelPairs(Collection<InputDeviceUhdAudioChannelPairConfig> audioChannelPairs)
An array of eight audio configurations, one for each audio pair in the source.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withAudioChannelPairs(InputDeviceUhdAudioChannelPairConfig... audioChannelPairs)
An array of eight audio configurations, one for each audio pair in the source.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withCodec(InputDeviceCodec codec)
The codec for the video that the device produces.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withCodec(String codec)
The codec for the video that the device produces.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withConfiguredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withConfiguredInput(String configuredInput)
The source at the input device that is currently active.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withDeviceState(InputDeviceState deviceState)
The state of the input device.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withDeviceState(String deviceState)
The state of the input device.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withFramerate(Double framerate)
The frame rate of the video source.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withHeight(Integer height)
The height of the video source, in pixels.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withLatencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms).
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withMaxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withMediaconnectSettings(InputDeviceMediaConnectSettings mediaconnectSettings)
Information about the MediaConnect flow attached to the device.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withScanType(InputDeviceScanType scanType)
The scan type of the video source.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withScanType(String scanType)
The scan type of the video source.
|
InputDeviceUhdSettings |
InputDeviceUhdSettings.withWidth(Integer width)
The width of the video source, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInputDeviceResult.setUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
void |
InputDeviceSummary.setUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
void |
DescribeInputDeviceResult.setUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
UpdateInputDeviceResult |
UpdateInputDeviceResult.withUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
InputDeviceSummary |
InputDeviceSummary.withUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
Copyright © 2024. All rights reserved.