get_name

function get_name(type:Gst.MessageType):String {
    // Gjs wrapper for gst_message_type_get_name()
}

Get a printable name for the given message type. Do not modify or free.

type

the message type

Returns

a reference to the static name of the message.