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 InputClippingSettings = InputClippingSettings' {}
- newInputClippingSettings :: InputTimecodeSource -> InputClippingSettings
- inputClippingSettings_startTimecode :: Lens' InputClippingSettings (Maybe StartTimecode)
- inputClippingSettings_stopTimecode :: Lens' InputClippingSettings (Maybe StopTimecode)
- inputClippingSettings_inputTimecodeSource :: Lens' InputClippingSettings InputTimecodeSource
Documentation
data InputClippingSettings Source #
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
See: newInputClippingSettings
smart constructor.
InputClippingSettings' | |
|
Instances
newInputClippingSettings Source #
Create a value of InputClippingSettings
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:startTimecode:InputClippingSettings'
, inputClippingSettings_startTimecode
- Settings to identify the start of the clip.
$sel:stopTimecode:InputClippingSettings'
, inputClippingSettings_stopTimecode
- Settings to identify the end of the clip.
$sel:inputTimecodeSource:InputClippingSettings'
, inputClippingSettings_inputTimecodeSource
- The source of the timecodes in the source being clipped.
inputClippingSettings_startTimecode :: Lens' InputClippingSettings (Maybe StartTimecode) Source #
Settings to identify the start of the clip.
inputClippingSettings_stopTimecode :: Lens' InputClippingSettings (Maybe StopTimecode) Source #
Settings to identify the end of the clip.
inputClippingSettings_inputTimecodeSource :: Lens' InputClippingSettings InputTimecodeSource Source #
The source of the timecodes in the source being clipped.