Buffer.hasFlags

Gives the status of a specific flag on a buffer.

class Buffer
bool
hasFlags

Parameters

flags gst.types.BufferFlags

the #GstBufferFlags flag to check.

Return Value

Type: bool

true if all flags in flags are found on buffer.