DeviceProviderFactory.listGetDeviceProviders

gst.device_provider_factory.DeviceProviderFactory[] listGetDeviceProviders(gst.types.Rank minrank) static nothrow

Get a list of factories with a rank greater or equal to minrank. The list of factories is returned by decreasing rank.

Parameters

minrankMinimum rank

Returns

a #GList of #GstDeviceProviderFactory device providers. Use

gst.plugin_feature.PluginFeature.listFree after usage.