SoundStreamer::GetWorkBufferSize
Defined in:
Returns the size of the work buffer.
C4Sound.h
Prototype
uint32 GetWorkBufferSize(void) const;
Description
The GetWorkBufferSize
function returns the size of the work buffer that was previously allocated with the SoundStreamer::AllocateStreamMemory
function.
See Also