Query.parseConvert

Parse a convert query answer. Any of src_format, src_value, dest_format, and dest_value may be NULL, in which case that value is omitted.

class Query
void
parseConvert

Parameters

srcFormat GstFormat

the storage for the GstFormat of the source value, or NULL. out[allow-none]

srcValue long

the storage for the source value, or NULL. out[allow-none]

destFormat GstFormat

the storage for the GstFormat of the destination value, or NULL. out[allow-none]

destValue long

the storage for the destination value, or NULL. out[allow-none]

Meta