Query.parsePosition

Parse a position query, writing the format into format, and the position into cur, if the respective parameters are non-NULL.

class Query
void
parsePosition
(,
ref long cur
)

Parameters

format GstFormat

the storage for the GstFormat of the position values (may be NULL). out[allow-none]

cur long

the storage for the current position (may be NULL). out[allow-none]

Meta