Gst.Context.prototype.get_structure

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

Access the structure of the context.

Since 1.2

Returns

The structure of the context. The structure is still owned by the context, which means that you should not modify it, free it and that the pointer becomes invalid when you free the context.