#include <IAudioExt.h>
Inheritance diagram for EAXBufferProps::
Public Methods | |
EAXBufferProps () | |
Default constructor calls the Clear() function. | |
void | Clear () |
Sets all members to their default values, as defined in eax.h. |
EAXBufferProps is derived from the EAX structure _EAXBUFFERPROPERTIES. The structure is made slightly more user friendly by providing a Clear() function which resets all EAX buffer properties to their default values. The Clear() function is also automatically called when the structure is created. Because it is derived from _EAXBUFFERPROPERTIES, it can be used interchangeably with this structure since it is binary compatible.