VideoFormat

Video frame format.

export class VideoFormat {
  
  width?: number;
  
  height?: number;
  
  fps?: number;
}

Properties

width
Width of the video frame (px). Default is 960.
height
Height of the video frame (px). Default is 540.
fps
Frame rate of the video frame. Default is 15.