VideoFormat

The format of the video frame.

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

Attributes

width
The width (px) of the video frame.
height
The height (px) of the video frame.
fps
The video frame rate (fps).