ValueGst.isFixed

Tests if the given GValue, if available in a GstStructure (or any other container) contains a "fixed" (which means: one value) or an "unfixed" (which means: multiple possible values, such as data lists or data ranges) value.

struct ValueGst
static
bool
isFixed

Parameters

value Value

the #GValue to check

Return Value

Type: bool

true if the value is "fixed".

Meta