| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
RecorderConfig |
RecorderConfig.clone() |
RecorderConfig |
EdgeConfig.getRecorderConfig()
The recorder configuration consists of the local
MediaSourceConfig details, that are used as
credentials to access the local media files streamed on the camera. |
RecorderConfig |
RecorderConfig.withMediaSourceConfig(MediaSourceConfig mediaSourceConfig)
The configuration details that consist of the credentials required (
MediaUriSecretArn and
MediaUriType) to access the media files streamed to the camera. |
RecorderConfig |
RecorderConfig.withScheduleConfig(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. |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeConfig.setRecorderConfig(RecorderConfig 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. |
EdgeConfig |
EdgeConfig.withRecorderConfig(RecorderConfig 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 © 2022. All rights reserved.