/AWS1/CL_KNVMEDIASOURCECONFIG¶
The configuration details that consist of the credentials required
(MediaUriSecretArn
and MediaUriType
) to access the media files that are
streamed to the camera.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_mediaurisecretarn
TYPE /AWS1/KNVMEDIAURISECRETARN
/AWS1/KNVMEDIAURISECRETARN
¶
The Amazon Web Services Secrets Manager ARN for the username and password of the camera, or a local media file location.
iv_mediauritype
TYPE /AWS1/KNVMEDIAURITYPE
/AWS1/KNVMEDIAURITYPE
¶
The Uniform Resource Identifier (URI) type. The
FILE_URI
value can be used to stream local media files.Preview only supports the
RTSP_URI
media source URI format .
Queryable Attributes¶
MediaUriSecretArn¶
The Amazon Web Services Secrets Manager ARN for the username and password of the camera, or a local media file location.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIAURISECRETARN() |
Getter for MEDIAURISECRETARN, with configurable default |
ASK_MEDIAURISECRETARN() |
Getter for MEDIAURISECRETARN w/ exceptions if field has no v |
HAS_MEDIAURISECRETARN() |
Determine if MEDIAURISECRETARN has a value |
MediaUriType¶
The Uniform Resource Identifier (URI) type. The
FILE_URI
value can be used to stream local media files.Preview only supports the
RTSP_URI
media source URI format .
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIAURITYPE() |
Getter for MEDIAURITYPE, with configurable default |
ASK_MEDIAURITYPE() |
Getter for MEDIAURITYPE w/ exceptions if field has no value |
HAS_MEDIAURITYPE() |
Determine if MEDIAURITYPE has a value |