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 Fragment = Fragment' {}
- newFragment :: Fragment
- fragment_fragmentLengthInMilliseconds :: Lens' Fragment (Maybe Integer)
- fragment_serverTimestamp :: Lens' Fragment (Maybe UTCTime)
- fragment_fragmentSizeInBytes :: Lens' Fragment (Maybe Integer)
- fragment_fragmentNumber :: Lens' Fragment (Maybe Text)
- fragment_producerTimestamp :: Lens' Fragment (Maybe UTCTime)
Documentation
Represents a segment of video or other time-delimited data.
See: newFragment
smart constructor.
Fragment' | |
|
Instances
newFragment :: Fragment Source #
Create a value of Fragment
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:fragmentLengthInMilliseconds:Fragment'
, fragment_fragmentLengthInMilliseconds
- The playback duration or other time value associated with the fragment.
$sel:serverTimestamp:Fragment'
, fragment_serverTimestamp
- The timestamp from the AWS server corresponding to the fragment.
$sel:fragmentSizeInBytes:Fragment'
, fragment_fragmentSizeInBytes
- The total fragment size, including information about the fragment and
contained media data.
$sel:fragmentNumber:Fragment'
, fragment_fragmentNumber
- The unique identifier of the fragment. This value monotonically
increases based on the ingestion order.
$sel:producerTimestamp:Fragment'
, fragment_producerTimestamp
- The timestamp from the producer corresponding to the fragment.
fragment_fragmentLengthInMilliseconds :: Lens' Fragment (Maybe Integer) Source #
The playback duration or other time value associated with the fragment.
fragment_serverTimestamp :: Lens' Fragment (Maybe UTCTime) Source #
The timestamp from the AWS server corresponding to the fragment.
fragment_fragmentSizeInBytes :: Lens' Fragment (Maybe Integer) Source #
The total fragment size, including information about the fragment and contained media data.