format_get_name
function format_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
- Returns
a reference to the static name of the format or NULL if the format is unknown.