VideoDecoderOutputBufferRenderer


@UnstableApi
interface VideoDecoderOutputBufferRenderer

Known direct subclasses
VideoDecoderGLSurfaceView

GLSurfaceView implementing VideoDecoderOutputBufferRenderer for rendering VideoDecoderOutputBuffers.


Renders the VideoDecoderOutputBuffer.

Summary

Public functions

Unit

Sets the output buffer to be rendered.

Public functions

setOutputBuffer

fun setOutputBuffer(outputBuffer: VideoDecoderOutputBuffer!): Unit

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

Parameters
outputBuffer: VideoDecoderOutputBuffer!

The output buffer to be rendered.