Gst.Event.prototype.get_structure

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

Access the structure of the event.

Returns

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