DiscovererSerializeFlags
Description:
[ CCode ( cname = "GstDiscovererSerializeFlags" , cprefix = "GST_DISCOVERER_SERIALIZE_" , type_id = "gst_discoverer_serialize_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "DiscovererSerializeFlags" ) ]
[ Version ( since = "1.6" ) ]
public enum DiscovererSerializeFlags
You can use these flags to control what is serialized by to_variant
Content:
Enum values:
- ALL - Serialize all the
available info, including caps, tags and miscellaneous information
- BASIC - Serialize only
basic information, excluding caps, tags and miscellaneous information
- CAPS - Serialize the caps
for each stream
- MISC - Serialize
miscellaneous information for each stream
- TAGS - Serialize the tags
for each stream