| 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 |
Amazonka.ElasticTranscoder.Types.Clip
Description
Documentation
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
See: newClip smart constructor.
Constructors
| Clip' | |
Instances
| Eq Clip Source # | |
| Read Clip Source # | |
| Show Clip Source # | |
| Generic Clip Source # | |
| NFData Clip Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Clip | |
| Hashable Clip Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Clip | |
| ToJSON Clip Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Clip | |
| FromJSON Clip Source # | |
| type Rep Clip Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Clip type Rep Clip = D1 ('MetaData "Clip" "Amazonka.ElasticTranscoder.Types.Clip" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "Clip'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeSpan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSpan)))) | |
Create a value of Clip 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:timeSpan:Clip', clip_timeSpan - Settings that determine when a clip begins and how long it lasts.