Pad.queryPosition

Queries a pad for the stream position.

  1. long queryPosition()
  2. int queryPosition(GstFormat format, long cur)
    class Pad
    int
    queryPosition
    (,
    out 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