VideoSink.VideoFrameHandler


public interface VideoSink.VideoFrameHandler


Handler for a video frame.

Summary

Public methods

abstract void
render(long renderTimestampNs)

Renders the frame on the input surface.

abstract void

Skips the frame.

Public methods

render

abstract void render(long renderTimestampNs)

Renders the frame on the input surface.

Parameters
long renderTimestampNs

The timestamp to associate with this frame when it is sent to the surface.

skip

abstract void skip()

Skips the frame.