public abstract class OutputBuffer extends Buffer
Decoder.| Modifier and Type | Field and Description |
|---|---|
int |
skippedOutputBufferCount
The number of buffers immediately prior to this one that were skipped in the
Decoder. |
long |
timeUs
The presentation timestamp for the buffer, in microseconds.
|
| Constructor and Description |
|---|
OutputBuffer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
release()
Releases the output buffer for reuse.
|
addFlag, clear, clearFlag, getFlag, isDecodeOnly, isEndOfStream, isKeyFrame, setFlagspublic long timeUs
public int skippedOutputBufferCount
Decoder.