| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideomedia.model |
| Modifier and Type | Method and Description |
|---|---|
StartSelector.Builder |
StartSelector.Builder.afterFragmentNumber(String afterFragmentNumber)
Specifies the fragment number from where you want the
GetMedia API to start returning the
fragments. |
static StartSelector.Builder |
StartSelector.builder() |
StartSelector.Builder |
StartSelector.Builder.continuationToken(String continuationToken)
Continuation token that Kinesis Video Streams returned in the previous
GetMedia response. |
StartSelector.Builder |
StartSelector.Builder.startSelectorType(StartSelectorType startSelectorType)
Identifies the fragment on the Kinesis video stream where you want to start getting the data from.
|
StartSelector.Builder |
StartSelector.Builder.startSelectorType(String startSelectorType)
Identifies the fragment on the Kinesis video stream where you want to start getting the data from.
|
StartSelector.Builder |
StartSelector.Builder.startTimestamp(Instant startTimestamp)
A timestamp value.
|
StartSelector.Builder |
StartSelector.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartSelector.Builder> |
StartSelector.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetMediaRequest.Builder |
GetMediaRequest.Builder.startSelector(Consumer<StartSelector.Builder> startSelector)
Identifies the starting chunk to get from the specified stream.
|
Copyright © 2022. All rights reserved.