videoio.h File Reference

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)


Define Documentation

#define PCREATE_VIDINPUT_PLUGIN ( name   ) 

Value:

static PVideoInputPluginServiceDescriptor<PVideoInputDevice_##name> PVideoInputDevice_##name##_descriptor; \
  PCREATE_PLUGIN(name, PVideoInputDevice, &PVideoInputDevice_##name##_descriptor)

#define PCREATE_VIDOUTPUT_PLUGIN ( name   ) 

Value:

static PVideoOutputPluginServiceDescriptor<PVideoOutputDevice_##name> PVideoOutputDevice_##name##_descriptor; \
  PCREATE_PLUGIN(name, PVideoOutputDevice, &PVideoOutputDevice_##name##_descriptor)


Generated on Fri Sep 21 14:40:12 2007 for PWLib by  doxygen 1.5.3