| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static RecorderConfig.Builder |
RecorderConfig.builder() |
default RecorderConfig.Builder |
RecorderConfig.Builder.mediaSourceConfig(Consumer<MediaSourceConfig.Builder> mediaSourceConfig)
The configuration details that consist of the credentials required (
MediaUriSecretArn and
MediaUriType) to access the media files streamed to the camera. |
RecorderConfig.Builder |
RecorderConfig.Builder.mediaSourceConfig(MediaSourceConfig mediaSourceConfig)
The configuration details that consist of the credentials required (
MediaUriSecretArn and
MediaUriType) to access the media files streamed to the camera. |
default RecorderConfig.Builder |
RecorderConfig.Builder.scheduleConfig(Consumer<ScheduleConfig.Builder> scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
RecorderConfig.Builder |
RecorderConfig.Builder.scheduleConfig(ScheduleConfig scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
RecorderConfig.Builder |
RecorderConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecorderConfig.Builder> |
RecorderConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EdgeConfig.Builder |
EdgeConfig.Builder.recorderConfig(Consumer<RecorderConfig.Builder> recorderConfig)
The recorder configuration consists of the local
MediaSourceConfig details, that are used as
credentials to access the local media files streamed on the camera. |
Copyright © 2023. All rights reserved.