get_name

function get_name(format:Gst.Format):String {
    // Gjs wrapper for gst_format_get_name()
}

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

format

a Gst.Format

Returns

a reference to the static name of the format or NULL if the format is unknown.