tag_is_fixed

function tag_is_fixed(tag:String):Boolean {
    // Gjs wrapper for gst_tag_is_fixed()
}

Checks if the given tag is fixed. A fixed tag can only contain one value. Unfixed tags can contain lists of values.

tag

tag to check

Returns

TRUE, if the given tag is fixed.