Abstract base class for every class that owns a device-dependant resource – allow them to initialize / shutdown even when the audio context is not created. More...
#include <AudioResource.hpp>
Protected Member Functions | |
| AudioResource () | |
| Default constructor. | |
| AudioResource (const AudioResource &) | |
| Copy constructor. | |
| virtual | ~AudioResource () |
| Destructor. | |
Abstract base class for every class that owns a device-dependant resource – allow them to initialize / shutdown even when the audio context is not created.
Definition at line 41 of file AudioResource.hpp.
|
protected |
Default constructor.
|
protected |
Copy constructor.
|
protectedvirtual |
Destructor.