DecoderOutputBuffer.Owner
Artifact: androidx.media3:media3-decoder
interface DecoderOutputBuffer.Owner<S : DecoderOutputBuffer?>
Buffer owner.
Summary
Public functions |
|
|---|---|
Unit |
releaseOutputBuffer(outputBuffer: S!)Releases the buffer. |
Public functions
releaseOutputBuffer
fun releaseOutputBuffer(outputBuffer: S!): Unit
Releases the buffer.
| Parameters | |
|---|---|
outputBuffer: S! |
Output buffer. |