Pad.queryPosition

Queries a pad for the stream position.

  1. long queryPosition()
  2. bool queryPosition(GstFormat format, long cur)
    class Pad
    bool
    queryPosition
    (,
    out long cur
    )

Parameters

format GstFormat

the #GstFormat requested

cur long

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

Return Value

Type: bool

%TRUE if the query could be performed.

Meta