VideoDecoderOutputBufferRenderer


@UnstableApi
public interface VideoDecoderOutputBufferRenderer

Known direct subclasses
VideoDecoderGLSurfaceView

GLSurfaceView implementing VideoDecoderOutputBufferRenderer for rendering VideoDecoderOutputBuffers.


Renders the VideoDecoderOutputBuffer.

Summary

Public methods

abstract void

Sets the output buffer to be rendered.

Public methods

setOutputBuffer

abstract void setOutputBuffer(VideoDecoderOutputBuffer outputBuffer)

Sets the output buffer to be rendered. The renderer is responsible for releasing the buffer.

Parameters
VideoDecoderOutputBuffer outputBuffer

The output buffer to be rendered.