PTLib
Version 2.14.3
|
Go to the source code of this file.
Classes | |
class | PSound |
A class representing a sound. More... | |
class | PSoundChannel |
Abstract class for a generalised sound channel, and an implementation of PSoundChannel for old code that is not plugin-aware. More... | |
struct | PSoundChannel::Params |
Parameters for opening a sound channel. More... | |
Macros | |
#define | PCREATE_SOUND_PLUGIN_EX(name, InstanceClass, extra) |
#define | PCREATE_SOUND_PLUGIN(name, InstanceClass) PCREATE_SOUND_PLUGIN_EX(name, InstanceClass, ) |
#define | P_NULL_AUDIO_DEVICE "NullAudio" |
Functions | |
PCREATE_PLUGIN_DEVICE (PSoundChannel) | |
#define P_NULL_AUDIO_DEVICE "NullAudio" |
#define PCREATE_SOUND_PLUGIN | ( | name, | |
InstanceClass | |||
) | PCREATE_SOUND_PLUGIN_EX(name, InstanceClass, ) |
#define PCREATE_SOUND_PLUGIN_EX | ( | name, | |
InstanceClass, | |||
extra | |||
) |
PCREATE_PLUGIN_DEVICE | ( | PSoundChannel | ) |