onDecodedFrame

abstract fun onDecodedFrame(frame: VideoFrame, decodeTimeMs: Integer, qp: Integer)

Call to return a decoded frame. Can be called on any thread.

Parameters

frame

Decoded frame

decodeTimeMs

Time it took to decode the frame in milliseconds or null if not available

qp

QP value of the decoded frame or null if not available