get_flagset
Description:
[ Version ( since = "1.6" ) ]
public bool get_flagset (string fieldname, out uint value_flags, out uint value_mask)
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 | |
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:
|