Back to Exoplayer

DecoderOutputBuffer.Owner (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/decoder/DecoderOutputBuffer.Owner.html

latest1.0 KB
Original Source

Package com.google.android.exoplayer2.decoder

Interface DecoderOutputBuffer.Owner<S extends DecoderOutputBuffer>


public static interfaceDecoderOutputBuffer.Owner\<S extends [DecoderOutputBuffer](DecoderOutputBuffer.html "class in com.google.android.exoplayer2.decoder")\>

Buffer owner.

Method Summary

All Methods Instance Methods Abstract Methods | Modifier and Type | Method | Description | | --- | --- | --- | | void | releaseOutputBuffer​(S outputBuffer) | Releases the buffer. |

Method Detail

- 

releaseOutputBuffer

void releaseOutputBuffer​([S](DecoderOutputBuffer.Owner.html "type parameter in DecoderOutputBuffer.Owner")outputBuffer)

Releases the buffer. Parameters:outputBuffer - Output buffer.