VideoTrackInfo

open class VideoTrackInfo

Contains video track information including TrackGroup coordinates and track properties.

Constructors

Link copied to clipboard
constructor(trackGroupIndex: Int, trackIndexInGroup: Int, width: Int, height: Int, bitrate: Int)
Creates a VideoTrackInfo with TrackGroup coordinates and track properties.

Properties

Link copied to clipboard
Video bitrate in bits per second
Link copied to clipboard
val height: Int
Video height in pixels
Link copied to clipboard
Index into the TrackGroupArray
Link copied to clipboard
Index within the specific TrackGroup
Link copied to clipboard
val width: Int
Video width in pixels

Functions

Link copied to clipboard
Generates a display string for this track.
Link copied to clipboard
open fun toString(): String