Structure.getFlagset

Read the GstFlagSet flags and mask out of the structure into the provided pointers.

class Structure
bool
getFlagset
(
string fieldname
,
out uint valueFlags
,
out uint valueMask
)

Parameters

fieldname string

the name of a field

valueFlags uint

a pointer to a guint for the flags field

valueMask uint

a pointer to a guint for the mask field

Return Value

Type: bool

TRUE if the values could be set correctly. If there was no field with fieldname or the existing field did not contain a GstFlagSet, this function returns FALSE.

Meta