| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
StartSelector |
StartSelector.clone() |
StartSelector |
GetMediaRequest.getStartSelector()
Identifies the starting chunk to get from the specified stream.
|
StartSelector |
StartSelector.withAfterFragmentNumber(String afterFragmentNumber)
Specifies the fragment number from where you want the
GetMedia API to start returning the fragments. |
StartSelector |
StartSelector.withContinuationToken(String continuationToken)
Continuation token that Kinesis Video Streams returned in the previous
GetMedia response. |
StartSelector |
StartSelector.withStartSelectorType(StartSelectorType startSelectorType)
Identifies the fragment on the Kinesis video stream where you want to start getting the data from.
|
StartSelector |
StartSelector.withStartSelectorType(String startSelectorType)
Identifies the fragment on the Kinesis video stream where you want to start getting the data from.
|
StartSelector |
StartSelector.withStartTimestamp(Date startTimestamp)
A timestamp value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMediaRequest.setStartSelector(StartSelector startSelector)
Identifies the starting chunk to get from the specified stream.
|
GetMediaRequest |
GetMediaRequest.withStartSelector(StartSelector startSelector)
Identifies the starting chunk to get from the specified stream.
|
Copyright © 2021. All rights reserved.