Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

videoio.h File Reference

Go to the source code of this file.

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 Thu Jun 15 15:24:30 2006 for PWLib by  doxygen 1.4.2