Element.queryPosition

Queries an element for the stream position.

  1. long queryPosition()
  2. int queryPosition(GstFormat format, long cur)
    class Element
    int
    queryPosition
    (,
    ref long cur
    )

Parameters

format GstFormat

a pointer to the GstFormat asked for. On return contains the GstFormat used.

cur long

A location in which to store the current position, or NULL.

Return Value

Type: int

TRUE if the query could be performed.

Meta