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 |
Synopsis
- data MotionImageInsertionFramerate = MotionImageInsertionFramerate' {}
- newMotionImageInsertionFramerate :: MotionImageInsertionFramerate
- motionImageInsertionFramerate_framerateDenominator :: Lens' MotionImageInsertionFramerate (Maybe Natural)
- motionImageInsertionFramerate_framerateNumerator :: Lens' MotionImageInsertionFramerate (Maybe Natural)
Documentation
data MotionImageInsertionFramerate Source #
For motion overlays that don't have a built-in frame rate, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. The overlay frame rate doesn't need to match the frame rate of the underlying video.
See: newMotionImageInsertionFramerate
smart constructor.
MotionImageInsertionFramerate' | |
|
Instances
newMotionImageInsertionFramerate :: MotionImageInsertionFramerate Source #
Create a value of MotionImageInsertionFramerate
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:framerateDenominator:MotionImageInsertionFramerate'
, motionImageInsertionFramerate_framerateDenominator
- The bottom of the fraction that expresses your overlay frame rate. For
example, if your frame rate is 24 fps, set this value to 1.
$sel:framerateNumerator:MotionImageInsertionFramerate'
, motionImageInsertionFramerate_framerateNumerator
- The top of the fraction that expresses your overlay frame rate. For
example, if your frame rate is 24 fps, set this value to 24.
motionImageInsertionFramerate_framerateDenominator :: Lens' MotionImageInsertionFramerate (Maybe Natural) Source #
The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
motionImageInsertionFramerate_framerateNumerator :: Lens' MotionImageInsertionFramerate (Maybe Natural) Source #
The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.