VideoRecord

@Serializable
class VideoRecord : Cloneable

Describes options and settings for video recording capabilities.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Describes available video resolutions for video recording.

Functions

Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard

Indicates if audio should be recorded along with the video. NOTE: Audio recording requires the RECORD_AUDIO permission to be granted, it is responsibility of the calling app to request the permission.

Link copied to clipboard

Indicates if the session should be video recorded or not.

Link copied to clipboard

Bitrate of the video, we recommend to use common video bitrates when customizing this setting to get better results.

Link copied to clipboard

Desired video quality of the recorded video. The video quality directly affects the output resolution.

Link copied to clipboard

Resolution of the video. It is advised to use standard 16:9 qualities like 1080p or 720p, avoid arbitrary resolutions.