Go to the source code of this file.
      
        
          | #define P_NULL_AUDIO_DEVICE   "NullAudio" | 
      
 
 
      
        
          | #define PCREATE_SOUND_PLUGIN_EX | ( |  | name, | 
        
          |  |  |  | InstanceClass, | 
        
          |  |  |  | extra | 
        
          |  | ) |  |  | 
      
 
Value:
      virtual PStringArray GetDeviceNames(
P_INT_PTR userData) 
const { 
return InstanceClass::GetDeviceNames((PSoundChannel::Directions)userData); } \
 
      extra)
#define PCREATE_PLUGIN(...)
Definition: plugin.h:141
Abstract class for a generalised sound channel, and an implementation of PSoundChannel for old code t...
Definition: sound.h:267
This is an array collection class of PString objects. 
Definition: pstring.h:2365
intptr_t P_INT_PTR
Definition: object.h:2646
 
 
 
      
        
          | #define PSOUND_PCM16   "PCM-16" |