31 namespace cinder {
namespace audio {
int32_t getCode() const
Returns a platform-specific error code received. May be 0 (meaning none was available).
Definition: Exception.h:39
GLsizei const GLchar ** string
Definition: GLee.h:2427
Audio exception originating from within the Context.
Definition: Exception.h:52
General Audio exception.
Definition: Exception.h:34
std::string mDescription
Definition: Exception.h:41
AudioContextExc(const std::string &description)
Definition: Exception.h:54
Audio exception related to file i/o.
Definition: Exception.h:64
AudioDeviceExc(const std::string &description)
Definition: Exception.h:48
Audio exception related to Device management.
Definition: Exception.h:46
virtual const char * what() const
Definition: Exception.h:37
AudioExc(const std::string &description, int32_t errorCode=0)
Definition: Exception.h:36
Definition: Exception.h:32
AudioFileExc(const std::string &description, int32_t errorCode=0)
Definition: Exception.h:66
int32_t mErrorCode
Definition: Exception.h:42