Builder

class Builder

Properties

Link copied to clipboard

Details about the media file's audio track.

Link copied to clipboard
var 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
var 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