OnFrameWrittenCallback

A callback that is invoked after a frame is written, providing the number of frames written and the total duration written so far. This can be used to track progress or update a UI.

Functions

Link copied to clipboard
abstract fun onFrameWritten(framesWritten: Int, writtenDuration: ERROR CLASS: Symbol not found for Duration)

Invoked after a frame is written.