| 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 index value 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 time stamp from the producer corresponding to the fragment.
|
Fragment |
Fragment.withServerTimestamp(Date serverTimestamp)
The time stamp from the AWS server corresponding to the fragment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Fragment> |
ListFragmentsResult.getFragments()
A list of fragment numbers that correspond to the time stamp range provided.
|
| Modifier and Type | Method and Description |
|---|---|
ListFragmentsResult |
ListFragmentsResult.withFragments(Fragment... fragments)
A list of fragment numbers that correspond to the time stamp range provided.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFragmentsResult.setFragments(Collection<Fragment> fragments)
A list of fragment numbers that correspond to the time stamp range provided.
|
ListFragmentsResult |
ListFragmentsResult.withFragments(Collection<Fragment> fragments)
A list of fragment numbers that correspond to the time stamp range provided.
|
Copyright © 2019. All rights reserved.