[ CCode ( cprefix = "GST_BIN_FLAG_" , type_id = "gst_bin_flags_get_type ()" ) ]
[ Flags ]
public enum BinFlags
GstBinFlags are a set of flags specific to bins.
Most are set/used internally. They can be checked using the GST_OBJECT_FLAG_IS_SET
macro, and (un)set using
GST_OBJECT_FLAG_SET
and GST_OBJECT_FLAG_UNSET
.