VideoProperties

Details about the media file's video track.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bit depth of the video track.

Link copied to clipboard

The bit rate of the video track, in bits per second.

Link copied to clipboard

The color space color primaries of the video track.

Link copied to clipboard

The frame rate of the video or audio track.

Link copied to clipboard
val height: Int?

The height of the video track, in pixels.

Link copied to clipboard

The color space matrix coefficients of the video track.

Link copied to clipboard

The color space transfer characteristics of the video track.

Link copied to clipboard
val width: Int?

The width of the video track, in pixels.

Functions

Link copied to clipboard
inline fun copy(block: VideoProperties.Builder.() -> Unit = {}): VideoProperties
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String