| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.model |
| Modifier and Type | Method and Description |
|---|---|
static Fragment.Builder |
Fragment.builder() |
Fragment.Builder |
Fragment.Builder.fragmentLengthInMilliseconds(Long fragmentLengthInMilliseconds)
The playback duration or other time value associated with the fragment.
|
Fragment.Builder |
Fragment.Builder.fragmentNumber(String fragmentNumber)
The unique identifier of the fragment.
|
Fragment.Builder |
Fragment.Builder.fragmentSizeInBytes(Long fragmentSizeInBytes)
The total fragment size, including information about the fragment and contained media data.
|
Fragment.Builder |
Fragment.Builder.producerTimestamp(Instant producerTimestamp)
The timestamp from the producer corresponding to the fragment.
|
Fragment.Builder |
Fragment.Builder.serverTimestamp(Instant serverTimestamp)
The timestamp from the AWS server corresponding to the fragment.
|
Fragment.Builder |
Fragment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Fragment.Builder> |
Fragment.serializableBuilderClass() |
Copyright © 2023. All rights reserved.