Gst.Query.prototype.set_convert

function set_convert(src_format:Gst.Format, src_value:Number, dest_format:Gst.Format, dest_value:Number):void {
    // Gjs wrapper for gst_query_set_convert()
}

Answer a convert query by setting the requested values.

src_format

the source Gst.Format

src_value

the source value

dest_format

the destination Gst.Format

dest_value

the destination value