ruby-****@sourc*****
ruby-****@sourc*****
2004年 8月 6日 (金) 03:53:57 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gst%3A%3APluginFeature ------------------------- = class Gst::PluginFeature This is a base class for anything that can be added to a Gst::Plugin. == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object * Gst::PluginFeature == Instance Methods --- ensure_loaded Checks if the plugin containing the feature is loaded. If not, the plugin will be loaded. * Returns: a boolean indicating if the feature is loaded. --- name This method returns the name of the feature. * Returns: the name of the feature. --- unload_thyself Unloads the feature. This will decrease the refcount in the plugin and will eventually unload the plugin. * Returns: self. == See Also - ((<Gst::AutoplugFactory>)), ((<Gst::ElementFactory>)), ((<Gst::IndexFactory>)), ((<Gst::SchedulerFactory>)), ((<Gst::TypeFactory>)), ((<Gst>)). + ((<Gst::ElementFactory>)), ((<Gst::IndexFactory>)), ((<Gst>)). - ((<lrz>))