Enumeration (GI Flags)

Gst-1.0GstQueryTypeFlags

Gst.QueryTypeFlags indicate the aspects of the different Gst.QueryType values. You can get the type flags of a Gst.QueryType with the gst_query_type_get_flags() function.

Index

Enumeration Members

Enumeration Members

DOWNSTREAM: number

Set if the query can travel downstream.

SERIALIZED: number

Set if the query should be serialized with data flow.

UPSTREAM: number

Set if the query can travel upstream.