Gst.Pad.prototype.query_position
function query_position(format:Gst.Format):Boolean { // Gjs wrapper for gst_pad_query_position() }
Queries a pad for the stream position.
- format
the Gst.Format requested
- Returns
TRUE if the query could be performed.
function query_position(format:Gst.Format):Boolean { // Gjs wrapper for gst_pad_query_position() }
Queries a pad for the stream position.
the Gst.Format requested
TRUE if the query could be performed.