Gst.Event.new_navigation
function new_navigation(structure:Gst.Structure):Gst.Event { // Gjs wrapper for gst_event_new_navigation() }
Create a new navigation event from the given description.
- structure
description of the event. The event will take ownership of the structure.
- Returns
a new Gst.Event