GstDeviceProviderClass

Undocumented in source.

Members

Variables

GstReserved
void*[4] GstReserved;
Undocumented in source.
factory
GstDeviceProviderFactory* factory;

a pointer to the #GstDeviceProviderFactory that creates this provider

metadata
void* metadata;
Undocumented in source.
parentClass
GstObjectClass parentClass;

the parent #GstObjectClass structure

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

Meta