PadQueryFunction


Description:

[ CCode ( has_target = false ) ]
public delegate bool PadQueryFunction (Pad pad, Object? parent, Query query)

The signature of the query function.

Parameters:

pad

the Pad to query.

parent

the parent of pad. If the NEED_PARENT flag is set, parent is guaranteed to be not-%NULL and remain valid during the execution of this function.

query

the Query object to execute

Returns:

true if the query could be performed.


Namespace: Gst
Package: gstreamer-1.0