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
srcFormat | the storage for the #GstFormat of the source value, or null |
srcValue | the storage for the source value, or null |
destFormat | the storage for the #GstFormat of the destination value, or null |
destValue | the storage for the destination value, or null |