#define CE_SCRIPT_EXPORT(...)
The CE_SCRIPT_EXPORT macro marks a class or method as exportable and available in scripting environme...
Definition Macros.hpp:247
virtual ~AudioAPIDevice()=default
Virtual destructor.
AudioAPIDevice()=default
The default constructor.
AudioAPIDevice(const AudioAPIDevice &)=delete
Deleted copy constructor.
AudioAPIDevice & operator=(const AudioAPIDevice &)=delete
Deleted copy assignment operator.
A retain-release type of smart pointer.
Definition SmartPtr.hpp:132
A simple reference counter base class.
Definition SmartPtr.hpp:438
Definition Application.hpp:19
A descriptor structure that describes the creation of an audio device.
Definition Device.hpp:19
A descriptor structure that describes the creation of an audio listener.
Definition Listener.hpp:19
A descriptor structure that describes the creation of an audio source.
Definition Source.hpp:19