get_by_nick
function get_by_nick(nick:String):Gst.Format { // Gjs wrapper for gst_format_get_by_nick() }
Return the format registered with the given nick.
- nick
The nick of the format
- Returns
The format with nick or GST_FORMAT_UNDEFINED if the format was not registered.