DeviceProviderFactory
Object Hierarchy:
Description:
[
CCode ( type_id =
"gst_device_provider_factory_get_type ()" ) ]
[
Version ( since =
"1.4" ) ]
public class DeviceProviderFactory :
PluginFeature
DeviceProviderFactory is used to create instances of device providers.
A GstDeviceProviderfactory can be added to a Plugin as it is also a
PluginFeature.
Use the find and
@get functions to create device provider instances or use
get_by_name as a convenient shortcut.
Content:
Static methods:
- public static DeviceProviderFactory? find (string name)
Search for an device provider factory of the given name.
- public static DeviceProvider? get_by_name (string factoryname)
Returns the device provider of the type defined by the given device
provider factory.
- public static List<DeviceProviderFactory> list_get_device_providers (Rank minrank)
Get a list of factories with a rank greater or equal to minrank
.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gst.PluginFeature
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object