VideoCapabilities

This VideoCapabilities class represents the video capabilities of a video track.

Properties

Link copied to clipboard
val fps: Int = 30000

The frame rate that defines the number of frames per second that the video track is capable of delivering or receiving.

Link copied to clipboard
val height: Int = 360

The height of the video frame.

Link copied to clipboard
val width: Int = 480

The width of the video frame.

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the VideoCapabilities instance.