Gst.Query.prototype.set_position
function set_position(format:Gst.Format, cur:Number):void { // Gjs wrapper for gst_query_set_position() }
Answer a position query by setting the requested value in the given format.
- format
the requested Gst.Format
- cur
the position to set