| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceHdSettings |
InputDeviceHdSettings.clone() |
InputDeviceHdSettings |
UpdateInputDeviceResult.getHdDeviceSettings()
Settings that describe an input device that is type HD.
|
InputDeviceHdSettings |
InputDeviceSummary.getHdDeviceSettings()
Settings that describe an input device that is type HD.
|
InputDeviceHdSettings |
DescribeInputDeviceResult.getHdDeviceSettings()
Settings that describe an input device that is type HD.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withActiveInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceHdSettings |
InputDeviceHdSettings.withActiveInput(String activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceHdSettings |
InputDeviceHdSettings.withConfiguredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withConfiguredInput(String configuredInput)
The source at the input device that is currently active.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withDeviceState(InputDeviceState deviceState)
The state of the input device.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withDeviceState(String deviceState)
The state of the input device.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withFramerate(Double framerate)
The frame rate of the video source.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withHeight(Integer height)
The height of the video source, in pixels.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withMaxBitrate(Integer maxBitrate)
The current maximum bitrate for ingesting this source, in bits per second.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withScanType(InputDeviceScanType scanType)
The scan type of the video source.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withScanType(String scanType)
The scan type of the video source.
|
InputDeviceHdSettings |
InputDeviceHdSettings.withWidth(Integer width)
The width of the video source, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInputDeviceResult.setHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
void |
InputDeviceSummary.setHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
void |
DescribeInputDeviceResult.setHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
UpdateInputDeviceResult |
UpdateInputDeviceResult.withHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
InputDeviceSummary |
InputDeviceSummary.withHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
Copyright © 2021. All rights reserved.