Interface VideoDecoderOutputBufferRenderer
-
- All Known Implementing Classes:
VideoDecoderGLSurfaceView
@Deprecated public interface VideoDecoderOutputBufferRenderer
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 theVideoDecoderOutputBuffer
.
-
-
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 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.
-
-