Package | Description |
---|---|
com.amazonaws.services.kinesisvideo.model |
Modifier and Type | Method and Description |
---|---|
ClipTimestampRange |
ClipTimestampRange.clone() |
ClipTimestampRange |
ClipFragmentSelector.getTimestampRange()
The range of timestamps to return.
|
ClipTimestampRange |
ClipTimestampRange.withEndTimestamp(Date endTimestamp)
The end of the timestamp range for the requested media.
|
ClipTimestampRange |
ClipTimestampRange.withStartTimestamp(Date startTimestamp)
The starting timestamp in the range of timestamps for which to return fragments.
|
Modifier and Type | Method and Description |
---|---|
void |
ClipFragmentSelector.setTimestampRange(ClipTimestampRange timestampRange)
The range of timestamps to return.
|
ClipFragmentSelector |
ClipFragmentSelector.withTimestampRange(ClipTimestampRange timestampRange)
The range of timestamps to return.
|
Copyright © 2023. All rights reserved.