VideoMediaTrackSettings

@Serializable
data class VideoMediaTrackSettings

Settings used to select and configure a video input device.

Properties

Link copied to clipboard
val deviceId: String? = null

Selected device ID. If omitted, no device has yet been selected.

Link copied to clipboard

Select camera facing mode, as defined in MediaTrackConstraints.

Link copied to clipboard

Video framerate.

Link copied to clipboard
val height: Int

Video height.

Link copied to clipboard

The choice of video processor.

Link copied to clipboard

Whether the camera flashlight is enabled.

Link copied to clipboard
val width: Int

Video width.

Link copied to clipboard

The zoom ratio of the camera.