format_get_details
function format_get_details(format:Gst.Format):Gst.FormatDefinition {
// Gjs wrapper for gst_format_get_details()
}Get details about the given format.
- format
The format to get details of
- Returns
The Gst.FormatDefinition for format or NULL on failure. MT safe.