public static interface VideoDecoder.Callback
Modifier and Type | Method and Description |
---|---|
void |
onDecodedFrame(VideoFrame frame,
java.lang.Integer decodeTimeMs,
java.lang.Integer qp)
Call to return a decoded frame.
|
void onDecodedFrame(VideoFrame frame, java.lang.Integer decodeTimeMs, java.lang.Integer qp)
frame
- Decoded framedecodeTimeMs
- Time it took to decode the frame in milliseconds or null if not availableqp
- QP value of the decoded frame or null if not available6.0.0