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

sound.h File Reference

#include <ptlib/pluginmgr.h>

Go to the source code of this file.

Classes

class  PSound
class  PSoundChannel
class  PSoundChannelPluginServiceDescriptor

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 Sat Jul 24 15:35:57 2004 for PWLib by doxygen 1.3.7