In file libs/cssndldr/common/sndbuf.h:

class csSoundBuffer

Wave class :
It's the 'sound' PCM stored data
16 bits is signed (short)
8 bits is unsigned (unsigned char)

Warning : size is the number of samples not the size of data i


Public Methods

STDMETHODIMP LockServer(COMBOOL bLock)
Lock or unlock from memory.

Documentation

Wave class :
It's the 'sound' PCM stored data
16 bits is signed (short)
8 bits is unsigned (unsigned char)

Warning : size is the number of samples not the size of data i.e. if it's mono 8 bit and size = 800, data size is 800 if it's stereo 16 bit and size = 800, data size is 800*2*2 (two channels and 16 bits)

STDMETHODIMP LockServer(COMBOOL bLock)
Lock or unlock from memory.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de