Element.queryPosition
bool queryPosition(gst.types.Format format, out long cur)Queries an element (usually top-level pipeline or playbin element) for the stream position in nanoseconds. This will be a value between 0 and the stream duration (if the stream duration is known). This query will usually only work once the pipeline is prerolled (i.e. reached PAUSED or PLAYING state). The application will receive an ASYNC_DONE message on the pipeline bus when that is the case.
If one repeatedly calls this function one can also create a query and reuse it in [gst.element.Element.query].
Parameters
format | the #GstFormat requested |
cur | a location in which to store the current position, or null. |
Returns
true if the query could be performed.