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
Documentation
data StartTimecode Source #
Settings to identify the start of the clip.
See: newStartTimecode
smart constructor.
Instances
newStartTimecode :: StartTimecode Source #
Create a value of StartTimecode
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:timecode:StartTimecode'
, startTimecode_timecode
- The timecode for the frame where you want to start the clip. Optional;
if not specified, the clip starts at first frame in the file. Enter the
timecode as HH:MM:SS:FF or HH:MM:SS;FF.
startTimecode_timecode :: Lens' StartTimecode (Maybe Text) Source #
The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.