public abstract class Buffer extends Object
Decoder buffers with flags.| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_DECODE_ONLY
Flag for non-empty input/output buffers that should only be decoded (not rendered).
|
static int |
FLAG_END_OF_STREAM
Flag for empty input/output buffers that signal that the end of the stream was reached.
|
| Constructor and Description |
|---|
Buffer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFlag(int flag) |
void |
reset() |
void |
setFlag(int flag) |
public static final int FLAG_END_OF_STREAM
public static final int FLAG_DECODE_ONLY