Beep() | PSound | [static] |
dwLastError | PSound | [protected] |
encoding | PSound | [protected] |
formatInfo | PSound | [protected] |
GetChannels() const | PSound | [inline] |
GetEncoding() const | PSound | [inline] |
GetErrorCode() const | PSound | [inline] |
GetFormatInfoData() const | PSound | [inline] |
GetFormatInfoSize() const | PSound | [inline] |
GetSampleRate() const | PSound | [inline] |
GetSampleSize() const | PSound | [inline] |
Load(const PFilePath &filename) | PSound | |
numChannels | PSound | [protected] |
operator=(const PBYTEArray &data) | PSound | |
PBYTEArray(PINDEX initialSize=0) | PBYTEArray | |
PBYTEArray(BYTE const *buffer, PINDEX length, BOOL dynamic=TRUE) | PBYTEArray | |
Play() | PSound | |
Play(const PString &device) | PSound | |
PlayFile(const PFilePath &file, BOOL wait=TRUE) | PSound | [static] |
PSound(unsigned numChannels=1, unsigned sampleRate=8000, unsigned bitsPerSample=16, PINDEX bufferSize=0, const BYTE *data=NULL) | PSound | |
PSound(const PFilePath &filename) | PSound | |
sampleRate | PSound | [protected] |
sampleSize | PSound | [protected] |
Save(const PFilePath &filename) | PSound | |
SetFormat(unsigned numChannels, unsigned sampleRate, unsigned bitsPerSample) | PSound |