VideoDecoderOutputBufferRenderer


@UnstableApi
public interface VideoDecoderOutputBufferRenderer


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.