SFXDevice Class Reference#include <sfxDevice.h>
Inheritance diagram for SFXDevice: ![]()
Constructor & Destructor Documentation
Member Function Documentation
Returns the provider which created this device.
Is the device set to use hardware processing.
The maximum number of playback buffers this device will use.
Returns the name of this device.
Implemented in SFXDSDevice, SFXFMODDevice, SFXNullDevice, SFXALDevice, and SFXXAudioDevice.
Tries to create a new sound buffer. If creation fails freeing another buffer will usually allow a new one to be created.
Implemented in SFXDSDevice, SFXFMODDevice, SFXNullDevice, SFXALDevice, and SFXXAudioDevice.
Implemented in SFXDSDevice, SFXFMODDevice, SFXNullDevice, SFXALDevice, and SFXXAudioDevice.
Implemented in SFXDSDevice, SFXFMODDevice, SFXNullDevice, SFXALDevice, and SFXXAudioDevice.
Implemented in SFXDSDevice, SFXFMODDevice, SFXNullDevice, SFXALDevice, and SFXXAudioDevice.
Called from SFXSystem to do any updates the device may need to make.
Implemented in SFXDSDevice, SFXFMODDevice, SFXNullDevice, SFXALDevice, and SFXXAudioDevice.
Member Data Documentation
The provider which created this device.
Should the device try to use hardware processing.
The maximum playback buffers this device will use.
|