Back to Exoplayer

VideoDecoderOutputBufferRenderer (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/video/VideoDecoderOutputBufferRenderer.html

latest1.5 KB
Original Source

Package com.google.android.exoplayer2.video

Interface VideoDecoderOutputBufferRenderer

  • All Known Implementing Classes:VideoDecoderGLSurfaceView

[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public interfaceVideoDecoderOutputBufferRenderer

Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.

Renders the VideoDecoderOutputBuffer.

Method Summary

All Methods Instance Methods Abstract Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | void | setOutputBuffer​(VideoDecoderOutputBuffer outputBuffer) | Deprecated.

Sets the output buffer to be rendered. |

Method Detail

- 

setOutputBuffer

void setOutputBuffer​([VideoDecoderOutputBuffer](../decoder/VideoDecoderOutputBuffer.html "class in com.google.android.exoplayer2.decoder")outputBuffer)

Deprecated.

Sets the output buffer to be rendered. The renderer is responsible for releasing the buffer. Parameters:outputBuffer - The output buffer to be rendered.