Structure.fixateFieldBoolean

Fixates a GstStructure by changing the given field_name field to the given target boolean if that field is not fixed yet.

class Structure
int
fixateFieldBoolean
(
string fieldName
,
int target
)

Parameters

fieldName string

a field in structure

target int

the target value of the fixation

Return Value

Type: int

TRUE if the structure could be fixated

Meta