Buffer.hasFlags
bool hasFlags(gst.types.BufferFlags flags)Gives the status of a specific flag on a buffer.
Parameters
flags | the #GstBufferFlags flag to check. |
Returns
true if all flags in flags are found on buffer.
bool hasFlags(gst.types.BufferFlags flags)Gives the status of a specific flag on a buffer.
flags | the #GstBufferFlags flag to check. |