Go to the source code of this file.
Classes | |
class | PVideoDevice |
struct | PVideoDevice::OpenArgs |
class | PVideoOutputDevice |
class | PVideoOutputDeviceRGB |
class | PVideoInputDevice |
class | PVideoInputPluginServiceDescriptor< className > |
class | PVideoOutputPluginServiceDescriptor< className > |
Defines | |
#define | PCREATE_VIDINPUT_PLUGIN(name) |
#define | PCREATE_VIDOUTPUT_PLUGIN(name) |
|
Value: static PVideoInputPluginServiceDescriptor<PVideoInputDevice_##name> PVideoInputDevice_##name##_descriptor; \ PCREATE_PLUGIN(name, PVideoInputDevice, &PVideoInputDevice_##name##_descriptor) |
|
Value: static PVideoOutputPluginServiceDescriptor<PVideoOutputDevice_##name> PVideoOutputDevice_##name##_descriptor; \ PCREATE_PLUGIN(name, PVideoOutputDevice, &PVideoOutputDevice_##name##_descriptor) |