Query.parseConvert

void parseConvert(out gst.types.Format srcFormat, out long srcValue, out gst.types.Format destFormat, out long destValue)

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.

Parameters

srcFormatthe storage for the #GstFormat of the source value, or null
srcValuethe storage for the source value, or null
destFormatthe storage for the #GstFormat of the destination value, or null
destValuethe storage for the destination value, or null