Query.typeRegister

Create a new GstQueryType based on the nick or return an already registered query with that nick

class Query
static
typeRegister
(
string nick
,)

Parameters

nick string

The nick of the new query

description string

The description of the new query

Return Value

A new GstQueryType or an already registered query with the same nick.

Meta