Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data InputDeviceUhdSettings = InputDeviceUhdSettings' {}
- newInputDeviceUhdSettings :: InputDeviceUhdSettings
- inputDeviceUhdSettings_activeInput :: Lens' InputDeviceUhdSettings (Maybe InputDeviceActiveInput)
- inputDeviceUhdSettings_configuredInput :: Lens' InputDeviceUhdSettings (Maybe InputDeviceConfiguredInput)
- inputDeviceUhdSettings_deviceState :: Lens' InputDeviceUhdSettings (Maybe InputDeviceState)
- inputDeviceUhdSettings_framerate :: Lens' InputDeviceUhdSettings (Maybe Double)
- inputDeviceUhdSettings_height :: Lens' InputDeviceUhdSettings (Maybe Int)
- inputDeviceUhdSettings_latencyMs :: Lens' InputDeviceUhdSettings (Maybe Int)
- inputDeviceUhdSettings_maxBitrate :: Lens' InputDeviceUhdSettings (Maybe Int)
- inputDeviceUhdSettings_scanType :: Lens' InputDeviceUhdSettings (Maybe InputDeviceScanType)
- inputDeviceUhdSettings_width :: Lens' InputDeviceUhdSettings (Maybe Int)
Documentation
data InputDeviceUhdSettings Source #
Settings that describe the active source from the input device, and the video characteristics of that source.
See: newInputDeviceUhdSettings
smart constructor.
InputDeviceUhdSettings' | |
|
Instances
newInputDeviceUhdSettings :: InputDeviceUhdSettings Source #
Create a value of InputDeviceUhdSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activeInput:InputDeviceUhdSettings'
, inputDeviceUhdSettings_activeInput
- If you specified Auto as the configured input, specifies which of the
sources is currently active (SDI or HDMI).
$sel:configuredInput:InputDeviceUhdSettings'
, inputDeviceUhdSettings_configuredInput
- The source at the input device that is currently active. You can specify
this source.
$sel:deviceState:InputDeviceUhdSettings'
, inputDeviceUhdSettings_deviceState
- The state of the input device.
$sel:framerate:InputDeviceUhdSettings'
, inputDeviceUhdSettings_framerate
- The frame rate of the video source.
$sel:height:InputDeviceUhdSettings'
, inputDeviceUhdSettings_height
- The height of the video source, in pixels.
$sel:latencyMs:InputDeviceUhdSettings'
, inputDeviceUhdSettings_latencyMs
- The Link device's buffer size (latency) in milliseconds (ms). You can
specify this value.
$sel:maxBitrate:InputDeviceUhdSettings'
, inputDeviceUhdSettings_maxBitrate
- The current maximum bitrate for ingesting this source, in bits per
second. You can specify this maximum.
$sel:scanType:InputDeviceUhdSettings'
, inputDeviceUhdSettings_scanType
- The scan type of the video source.
$sel:width:InputDeviceUhdSettings'
, inputDeviceUhdSettings_width
- The width of the video source, in pixels.
inputDeviceUhdSettings_activeInput :: Lens' InputDeviceUhdSettings (Maybe InputDeviceActiveInput) Source #
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
inputDeviceUhdSettings_configuredInput :: Lens' InputDeviceUhdSettings (Maybe InputDeviceConfiguredInput) Source #
The source at the input device that is currently active. You can specify this source.
inputDeviceUhdSettings_deviceState :: Lens' InputDeviceUhdSettings (Maybe InputDeviceState) Source #
The state of the input device.
inputDeviceUhdSettings_framerate :: Lens' InputDeviceUhdSettings (Maybe Double) Source #
The frame rate of the video source.
inputDeviceUhdSettings_height :: Lens' InputDeviceUhdSettings (Maybe Int) Source #
The height of the video source, in pixels.
inputDeviceUhdSettings_latencyMs :: Lens' InputDeviceUhdSettings (Maybe Int) Source #
The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
inputDeviceUhdSettings_maxBitrate :: Lens' InputDeviceUhdSettings (Maybe Int) Source #
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
inputDeviceUhdSettings_scanType :: Lens' InputDeviceUhdSettings (Maybe InputDeviceScanType) Source #
The scan type of the video source.
inputDeviceUhdSettings_width :: Lens' InputDeviceUhdSettings (Maybe Int) Source #
The width of the video source, in pixels.