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 InputDeviceHdSettings = InputDeviceHdSettings' {}
- newInputDeviceHdSettings :: InputDeviceHdSettings
- inputDeviceHdSettings_activeInput :: Lens' InputDeviceHdSettings (Maybe InputDeviceActiveInput)
- inputDeviceHdSettings_configuredInput :: Lens' InputDeviceHdSettings (Maybe InputDeviceConfiguredInput)
- inputDeviceHdSettings_deviceState :: Lens' InputDeviceHdSettings (Maybe InputDeviceState)
- inputDeviceHdSettings_framerate :: Lens' InputDeviceHdSettings (Maybe Double)
- inputDeviceHdSettings_height :: Lens' InputDeviceHdSettings (Maybe Int)
- inputDeviceHdSettings_latencyMs :: Lens' InputDeviceHdSettings (Maybe Int)
- inputDeviceHdSettings_maxBitrate :: Lens' InputDeviceHdSettings (Maybe Int)
- inputDeviceHdSettings_scanType :: Lens' InputDeviceHdSettings (Maybe InputDeviceScanType)
- inputDeviceHdSettings_width :: Lens' InputDeviceHdSettings (Maybe Int)
Documentation
data InputDeviceHdSettings Source #
Settings that describe the active source from the input device, and the video characteristics of that source.
See: newInputDeviceHdSettings
smart constructor.
InputDeviceHdSettings' | |
|
Instances
newInputDeviceHdSettings :: InputDeviceHdSettings Source #
Create a value of InputDeviceHdSettings
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:InputDeviceHdSettings'
, inputDeviceHdSettings_activeInput
- If you specified Auto as the configured input, specifies which of the
sources is currently active (SDI or HDMI).
$sel:configuredInput:InputDeviceHdSettings'
, inputDeviceHdSettings_configuredInput
- The source at the input device that is currently active. You can specify
this source.
$sel:deviceState:InputDeviceHdSettings'
, inputDeviceHdSettings_deviceState
- The state of the input device.
$sel:framerate:InputDeviceHdSettings'
, inputDeviceHdSettings_framerate
- The frame rate of the video source.
$sel:height:InputDeviceHdSettings'
, inputDeviceHdSettings_height
- The height of the video source, in pixels.
$sel:latencyMs:InputDeviceHdSettings'
, inputDeviceHdSettings_latencyMs
- The Link device's buffer size (latency) in milliseconds (ms). You can
specify this value.
$sel:maxBitrate:InputDeviceHdSettings'
, inputDeviceHdSettings_maxBitrate
- The current maximum bitrate for ingesting this source, in bits per
second. You can specify this maximum.
$sel:scanType:InputDeviceHdSettings'
, inputDeviceHdSettings_scanType
- The scan type of the video source.
$sel:width:InputDeviceHdSettings'
, inputDeviceHdSettings_width
- The width of the video source, in pixels.
inputDeviceHdSettings_activeInput :: Lens' InputDeviceHdSettings (Maybe InputDeviceActiveInput) Source #
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
inputDeviceHdSettings_configuredInput :: Lens' InputDeviceHdSettings (Maybe InputDeviceConfiguredInput) Source #
The source at the input device that is currently active. You can specify this source.
inputDeviceHdSettings_deviceState :: Lens' InputDeviceHdSettings (Maybe InputDeviceState) Source #
The state of the input device.
inputDeviceHdSettings_framerate :: Lens' InputDeviceHdSettings (Maybe Double) Source #
The frame rate of the video source.
inputDeviceHdSettings_height :: Lens' InputDeviceHdSettings (Maybe Int) Source #
The height of the video source, in pixels.
inputDeviceHdSettings_latencyMs :: Lens' InputDeviceHdSettings (Maybe Int) Source #
The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
inputDeviceHdSettings_maxBitrate :: Lens' InputDeviceHdSettings (Maybe Int) Source #
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
inputDeviceHdSettings_scanType :: Lens' InputDeviceHdSettings (Maybe InputDeviceScanType) Source #
The scan type of the video source.
inputDeviceHdSettings_width :: Lens' InputDeviceHdSettings (Maybe Int) Source #
The width of the video source, in pixels.