TranscodeProgress

data class TranscodeProgress(val framesEncoded: Long, val outputMicros: Long, val percent: Double?)

Progress snapshot delivered during Transcoder.transcode.

Constructors

Link copied to clipboard
constructor(framesEncoded: Long, outputMicros: Long, percent: Double?)

Properties

Link copied to clipboard

Video frames encoded so far (0 for audio-only transcodes).

Link copied to clipboard

Where the output timeline currently ends, in microseconds.

Link copied to clipboard

0.0–1.0 against the trim window / input duration, or null when the duration is unknown.