VideoRecordResolution

data class VideoRecordResolution(val resolution: String)

The resolution of the video stream.

Parameters

resolution

The resolution of the video stream in the format "widthxheight", so e.g. 1920x1080. Currently available values:

  • 640x480

  • 1280x720

  • 1920x1080

Constructors

Link copied to clipboard
constructor(resolution: String)

Properties

Link copied to clipboard