GstDeviceProviderClass

Undocumented in source.

Members

Variables

factory
GstDeviceProviderFactory* factory;

a pointer to the gstreamer.DeviceProviderFactory that creates this provider

parentClass
GstObjectClass parentClass;

the parent gobject.ObjectClass structure

probe
GList* function(GstDeviceProvider* provider) probe;
start
int function(GstDeviceProvider* provider) start;
stop
void function(GstDeviceProvider* provider) stop;