| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
static BufferFlags |
BufferFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferFlags[] |
BufferFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<BufferFlags> |
Buffer.getFlags()
Get the GstBufferFlags describing this buffer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Buffer.setFlags(EnumSet<BufferFlags> flags)
Set some of the GstBufferFlags describing this buffer.
|
boolean |
Buffer.unsetFlags(EnumSet<BufferFlags> flags)
unset the GstBufferFlags describing this buffer.
|
Copyright © 2021 gstreamer-java. All rights reserved.