VideoRecordFrameRate

data class VideoRecordFrameRate(val frameRate: Int)

The frame rate of the video stream.

Parameters

frameRate

The frame-rate of the video stream in frames per second. Currently possible values (not enforced in the SDK): 30, 60.

Constructors

Link copied to clipboard
constructor(frameRate: Int)

Properties

Link copied to clipboard