SoundStreamer::GetWorkBuffer
Defined in:
Returns a pointer to the work buffer.
C4Sound.h
Prototype
char *GetWorkBuffer(void) const;
Description
The GetWorkBuffer
function returns a pointer to the work buffer that was previously allocated with the SoundStreamer::AllocateStreamMemory
function.
See Also