| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisVideoArchivedMedia.Types.Fragment
Description
Synopsis
- data Fragment = Fragment' {}
- newFragment :: Fragment
- fragment_fragmentLengthInMilliseconds :: Lens' Fragment (Maybe Integer)
- fragment_fragmentNumber :: Lens' Fragment (Maybe Text)
- fragment_fragmentSizeInBytes :: Lens' Fragment (Maybe Integer)
- fragment_producerTimestamp :: Lens' Fragment (Maybe UTCTime)
- fragment_serverTimestamp :: Lens' Fragment (Maybe UTCTime)
Documentation
Represents a segment of video or other time-delimited data.
See: newFragment smart constructor.
Constructors
| Fragment' | |
Fields
| |
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:fragmentNumber:Fragment', fragment_fragmentNumber - The unique identifier of the fragment. This value monotonically
increases based on the ingestion order.
$sel:fragmentSizeInBytes:Fragment', fragment_fragmentSizeInBytes - The total fragment size, including information about the fragment and
contained media data.
$sel:producerTimestamp:Fragment', fragment_producerTimestamp - The timestamp from the producer corresponding to the fragment.
$sel:serverTimestamp:Fragment', fragment_serverTimestamp - The timestamp from the AWS server corresponding to the fragment.
fragment_fragmentLengthInMilliseconds :: Lens' Fragment (Maybe Integer) Source #
The playback duration or other time value associated with the fragment.
fragment_fragmentNumber :: Lens' Fragment (Maybe Text) Source #
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
fragment_fragmentSizeInBytes :: Lens' Fragment (Maybe Integer) Source #
The total fragment size, including information about the fragment and contained media data.