org.gstreamer.lowlevel
Interface GstRegistryAPI.PluginFilter

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

public static interface GstRegistryAPI.PluginFilter
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(Plugin plugin)
          A function that can be used with e.g.
 

Method Detail

callback

boolean callback(Plugin plugin)
A function that can be used with e.g. gst_registry_plugin_filter() to get a list of plugins that match certain criteria.

Parameters:
plugin - the plugin to check
Returns:
true for a positive match, false otherwise