Gst.Query.new_uri

function new_uri():Gst.Query {
    // Gjs wrapper for gst_query_new_uri()
}

Constructs a new query URI query object. Use gst_query_unref() when done with it. An URI query is used to query the current URI that is used by the source or sink.

Free-function: gst_query_unref

Returns

a new Gst.Query