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. More... | |
AudioResource (const AudioResource &) | |
Copy constructor. More... | |
virtual | ~AudioResource () |
Destructor. More... | |
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.
Definition at line 37 of file AudioResource.cpp.
|
protected |
Copy constructor.
Definition at line 46 of file AudioResource.cpp.
|
protectedvirtual |
Destructor.
Definition at line 55 of file AudioResource.cpp.