Structure.getValist

Parses the variable arguments and reads fields from structure accordingly. valist-variant of gst_structure_get(). Look at the documentation of gst_structure_get() for more details.

class Structure
int
getValist
(,
void* args
)

Parameters

firstFieldname string

the name of the first field to read

args void*

variable arguments

Return Value

Type: int

TRUE, or FALSE if there was a problem reading any of the fields

Meta