type_get_name
function type_get_name(type:Gst.QueryType):String {
// Gjs wrapper for gst_query_type_get_name()
}Get a printable name for the given query type. Do not modify or free.
- type
the query type
- Returns
a reference to the static name of the query.