/AWS1/CL_KNVRECORDERCONFIG¶
The recorder configuration consists of the local MediaSourceConfig details that are used as
credentials to accesss the local media files streamed on the camera.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_mediasourceconfig TYPE REF TO /AWS1/CL_KNVMEDIASOURCECONFIG /AWS1/CL_KNVMEDIASOURCECONFIG¶
The configuration details that consist of the credentials required (
MediaUriSecretArnandMediaUriType) to access the media files streamed to the camera.
Optional arguments:¶
io_scheduleconfig TYPE REF TO /AWS1/CL_KNVSCHEDULECONFIG /AWS1/CL_KNVSCHEDULECONFIG¶
The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If theScheduleExpressionattribute is not provided, then the Edge Agent will always be set to recording mode.
Queryable Attributes¶
MediaSourceConfig¶
The configuration details that consist of the credentials required (
MediaUriSecretArnandMediaUriType) to access the media files streamed to the camera.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIASOURCECONFIG() |
Getter for MEDIASOURCECONFIG |
ScheduleConfig¶
The configuration that consists of the
ScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If theScheduleExpressionattribute is not provided, then the Edge Agent will always be set to recording mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULECONFIG() |
Getter for SCHEDULECONFIG |