Buffer.hasFlags

bool hasFlags(gst.types.BufferFlags flags)

Gives the status of a specific flag on a buffer.

Parameters

flagsthe #GstBufferFlags flag to check.

Returns

true if all flags in flags are found on buffer.