| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Fragment |
Fragment.clone() |
Fragment |
Fragment.withFragmentLengthInMilliseconds(Long fragmentLengthInMilliseconds)
The playback duration or other time value associated with the fragment.
|
Fragment |
Fragment.withFragmentNumber(String fragmentNumber)
The unique identifier of the fragment.
|
Fragment |
Fragment.withFragmentSizeInBytes(Long fragmentSizeInBytes)
The total fragment size, including information about the fragment and contained media data.
|
Fragment |
Fragment.withProducerTimestamp(Date producerTimestamp)
The timestamp from the producer corresponding to the fragment.
|
Fragment |
Fragment.withServerTimestamp(Date serverTimestamp)
The timestamp from the AWS server corresponding to the fragment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Fragment> |
ListFragmentsResult.getFragments()
A list of archived Fragment objects from the stream that meet the selector criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListFragmentsResult |
ListFragmentsResult.withFragments(Fragment... fragments)
A list of archived Fragment objects from the stream that meet the selector criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFragmentsResult.setFragments(Collection<Fragment> fragments)
A list of archived Fragment objects from the stream that meet the selector criteria.
|
ListFragmentsResult |
ListFragmentsResult.withFragments(Collection<Fragment> fragments)
A list of archived Fragment objects from the stream that meet the selector criteria.
|
Copyright © 2020. All rights reserved.