org.gstreamer.lowlevel
Interface GstRegistryAPI.PluginFeatureFilter

All Superinterfaces:
com.sun.jna.Callback, GstAPI.GstCallback
Enclosing interface:
GstRegistryAPI

public static interface GstRegistryAPI.PluginFeatureFilter
extends GstAPI.GstCallback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface org.gstreamer.lowlevel.GstAPI.GstCallback
TYPE_MAPPER
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 boolean callback(PluginFeature feature)
          A function that can be used with e.g.
 

Method Detail

callback

boolean callback(PluginFeature feature)
A function that can be used with e.g. gst_registry_feature_filter() to get a list of pluginfeature that match certain criteria.

Parameters:
feature - the pluginfeature to check
Returns:
true if this plugin feature is accepted.