| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.clone() |
InputDeviceConfigurableSettings |
UpdateInputDeviceRequest.getHdDeviceSettings()
The settings that you want to apply to the HD input device.
|
InputDeviceConfigurableSettings |
UpdateInputDeviceRequest.getUhdDeviceSettings()
The settings that you want to apply to the UHD input device.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withAudioChannelPairs(Collection<InputDeviceConfigurableAudioChannelPairConfig> audioChannelPairs)
An array of eight audio configurations, one for each audio pair in the source.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withAudioChannelPairs(InputDeviceConfigurableAudioChannelPairConfig... audioChannelPairs)
An array of eight audio configurations, one for each audio pair in the source.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withCodec(InputDeviceCodec codec)
Choose the codec for the video that the device produces.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withCodec(String codec)
Choose the codec for the video that the device produces.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withConfiguredInput(InputDeviceConfiguredInput configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withConfiguredInput(String configuredInput)
The input source that you want to use.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withLatencyMs(Integer latencyMs)
The Link device's buffer size (latency) in milliseconds (ms).
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withMaxBitrate(Integer maxBitrate)
The maximum bitrate in bits per second.
|
InputDeviceConfigurableSettings |
InputDeviceConfigurableSettings.withMediaconnectSettings(InputDeviceMediaConnectConfigurableSettings mediaconnectSettings)
To attach this device to a MediaConnect flow, specify these parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInputDeviceRequest.setHdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
The settings that you want to apply to the HD input device.
|
void |
UpdateInputDeviceRequest.setUhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
The settings that you want to apply to the UHD input device.
|
UpdateInputDeviceRequest |
UpdateInputDeviceRequest.withHdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
The settings that you want to apply to the HD input device.
|
UpdateInputDeviceRequest |
UpdateInputDeviceRequest.withUhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
The settings that you want to apply to the UHD input device.
|
Copyright © 2024. All rights reserved.