Query.parseSeeking

void parseSeeking(out gst.types.Format format, out bool seekable, out long segmentStart, out long segmentEnd)

Parse a seeking query, writing the format into format, and other results into the passed parameters, if the respective parameters are non-null

Parameters

formatthe format to set for the segment_start and segment_end values, or null
seekablethe seekable flag to set, or null
segmentStartthe segment_start to set, or null
segmentEndthe segment_end to set, or null