PluginFeature
Object Hierarchy:
Description:
[
CCode ( type_id =
"gst_plugin_feature_get_type ()" ) ]
public abstract class PluginFeature :
Object
This is a base class for anything that can be added to a Plugin.
Content:
Static methods:
- public static List<PluginFeature> list_copy (List<PluginFeature> list)
Copies the list of features.
- public static void list_debug (List<PluginFeature> list)
Debug the plugin feature names in list
.
- public static void list_free (owned List<PluginFeature> list)
Unrefs each member of list
, then frees the list.
- public static int rank_compare_func (void* p1, void* p2)
Compares the two given PluginFeature
instances.
Creation methods:
Methods:
- public bool check_version (uint min_major, uint min_minor, uint min_micro)
Checks whether the given plugin feature is at least the required
version
- public Plugin? get_plugin ()
Get the plugin that provides this feature.
- public unowned string? get_plugin_name ()
Get the name of the plugin that provides this feature.
- public uint get_rank ()
Gets the rank of a plugin feature.
- public PluginFeature? load ()
Loads the plugin containing this if
it's not already loaded.
- public void set_rank (uint rank)
Specifies a rank for a plugin feature, so that autoplugging uses the
most appropriate feature.
Inherited Members:
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref