Track

class Track

Details about each track (video, audio, or data) in the media file.

Types

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

Properties

Link copied to clipboard

Details about the media file's audio track.

Link copied to clipboard
val codec: Codec?

The codec of the audio or video track, or caption format of the data track.

Link copied to clipboard

Details about the media file's data track.

Link copied to clipboard

The duration of the track, in seconds.

Link copied to clipboard
val index: Int?

The unique index number of the track, starting at 1.

Link copied to clipboard

The type of track: video, audio, or data.

Link copied to clipboard

Details about the media file's video track.

Functions

Link copied to clipboard
inline fun copy(block: Track.Builder.() -> Unit = {}): Track
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