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 gst.types.Format

the storage for the #GstFormat of the source value, or null

srcValue long

the storage for the source value, or null

destFormat gst.types.Format

the storage for the #GstFormat of the destination value, or null

destValue long

the storage for the destination value, or null