Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data FrameCaptureSettings Source #
Frame Capture Settings
See: newFrameCaptureSettings
smart constructor.
FrameCaptureSettings' | |
|
Instances
newFrameCaptureSettings :: FrameCaptureSettings Source #
Create a value of FrameCaptureSettings
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:captureIntervalUnits:FrameCaptureSettings'
, frameCaptureSettings_captureIntervalUnits
- Unit for the frame capture interval.
$sel:captureInterval:FrameCaptureSettings'
, frameCaptureSettings_captureInterval
- The frequency at which to capture frames for inclusion in the output.
May be specified in either seconds or milliseconds, as specified by
captureIntervalUnits.
frameCaptureSettings_captureIntervalUnits :: Lens' FrameCaptureSettings (Maybe FrameCaptureIntervalUnit) Source #
Unit for the frame capture interval.
frameCaptureSettings_captureInterval :: Lens' FrameCaptureSettings (Maybe Natural) Source #
The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits.