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 InputLossBehavior = InputLossBehavior' {}
- newInputLossBehavior :: InputLossBehavior
- inputLossBehavior_blackFrameMsec :: Lens' InputLossBehavior (Maybe Natural)
- inputLossBehavior_inputLossImageColor :: Lens' InputLossBehavior (Maybe Text)
- inputLossBehavior_inputLossImageSlate :: Lens' InputLossBehavior (Maybe InputLocation)
- inputLossBehavior_inputLossImageType :: Lens' InputLossBehavior (Maybe InputLossImageType)
- inputLossBehavior_repeatFrameMsec :: Lens' InputLossBehavior (Maybe Natural)
Documentation
data InputLossBehavior Source #
Input Loss Behavior
See: newInputLossBehavior
smart constructor.
InputLossBehavior' | |
|
Instances
newInputLossBehavior :: InputLossBehavior Source #
Create a value of InputLossBehavior
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:blackFrameMsec:InputLossBehavior'
, inputLossBehavior_blackFrameMsec
- Documentation update needed
$sel:inputLossImageColor:InputLossBehavior'
, inputLossBehavior_inputLossImageColor
- When input loss image type is "color" this field specifies the color
to use. Value: 6 hex characters representing the values of RGB.
$sel:inputLossImageSlate:InputLossBehavior'
, inputLossBehavior_inputLossImageSlate
- When input loss image type is "slate" these fields specify the
parameters for accessing the slate.
$sel:inputLossImageType:InputLossBehavior'
, inputLossBehavior_inputLossImageType
- Indicates whether to substitute a solid color or a slate into the output
after input loss exceeds blackFrameMsec.
$sel:repeatFrameMsec:InputLossBehavior'
, inputLossBehavior_repeatFrameMsec
- Documentation update needed
inputLossBehavior_blackFrameMsec :: Lens' InputLossBehavior (Maybe Natural) Source #
Documentation update needed
inputLossBehavior_inputLossImageColor :: Lens' InputLossBehavior (Maybe Text) Source #
When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
inputLossBehavior_inputLossImageSlate :: Lens' InputLossBehavior (Maybe InputLocation) Source #
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
inputLossBehavior_inputLossImageType :: Lens' InputLossBehavior (Maybe InputLossImageType) Source #
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
inputLossBehavior_repeatFrameMsec :: Lens' InputLossBehavior (Maybe Natural) Source #
Documentation update needed