Interface RenderCallback

All Known Implementing Classes:
RenderCallbackAdapter

public interface RenderCallback
Specification for a component that wishes to be called back to process video frames.

The render call-back provides access to the native memory buffer, if instead the full RGB integer data is required for the full video frame then consider using RenderCallbackAdapter.

The render call-back is invoked by a native thread.

See Also: