type_get_name
function type_get_name(type:Gst.EventType):String {
// Gjs wrapper for gst_event_type_get_name()
}Get a printable name for the given event type. Do not modify or free.
- type
the event type
- Returns
a reference to the static name of the event.