MediaSourceConfig

The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files that are streamed to the camera.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services Secrets Manager ARN for the username and password of the camera, or a local media file location.

Link copied to clipboard

The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files.

Functions

Link copied to clipboard
inline fun copy(block: MediaSourceConfig.Builder.() -> Unit = {}): MediaSourceConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String