Go to the source code of this file.
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) |