Gst.Query.prototype.get_structure

function get_structure():Gst.Structure {
    // Gjs wrapper for gst_query_get_structure()
}

Get the structure of a query.

Returns

the Gst.Structure of the query. The structure is still owned by the query and will therefore be freed when the query is unreffed.