CapsFilterMapFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate bool CapsFilterMapFunc (CapsFeatures features, Structure structure)
public delegate bool CapsFilterMapFunc (CapsFeatures features, Structure structure)
A function that will be called in filter_and_map_in_place.
The function may modify features
and structure
, and both will be removed from the caps if
false is returned.
Parameters:
features |
the CapsFeatures |
structure |
the Structure |
user_data |
user data |
Returns:
true if the features and structure should be preserved, false if it should be removed. |
Namespace: Gst
Package: gstreamer-1.0