get_flagset


Description:

[ Version ( since = "1.6" ) ]
public bool get_flagset (string fieldname, out uint value_flags, out uint value_mask)

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

Parameters:

this

a Structure

fieldname

the name of a field

value_flags

a pointer to a guint for the flags field

value_mask

a pointer to a guint for the mask field

Returns:

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.