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

sound.h File Reference

#include <ptlib/pluginmgr.h>

Go to the source code of this file.

Defines

#define PCREATE_SOUND_SERVICE_DESCRIPTOR(className, versionFn)
#define PCREATE_SOUND_PLUGIN(name, className)


Define Documentation

#define PCREATE_SOUND_PLUGIN name,
className   ) 
 

Value:

#define PCREATE_SOUND_SERVICE_DESCRIPTOR className,
versionFn   ) 
 

Value:

PSoundChannel * className##_CreateInstance () \
{ \
  return new className; \
} \
\
PStringArray className##_GetDeviceNames (PSoundChannel::Directions dir) \
{ \
  return className::GetDeviceNames(dir); \
} \
\
PSoundChannelPluginServiceDescriptor className##_descriptor(\
   versionFn, \
   className##_CreateInstance, \
   className##_GetDeviceNames \
); \


Generated on Tue Mar 15 10:44:52 2005 for PWLib by  doxygen 1.4.0