Public Member Functions | List of all members
StreamingSamplerSound::LoadingError Struct Reference

An object of this class will be thrown if the loading of the sound fails. More...

Public Member Functions

 LoadingError (const String &fileName_, const String &errorDescription_)
 Create one of this, if the sound fails to load. More...
 

Detailed Description

An object of this class will be thrown if the loading of the sound fails.

Constructor & Destructor Documentation

LoadingError ( const String &  fileName_,
const String &  errorDescription_ 
)
inline

Create one of this, if the sound fails to load.

Parameters
fileNamethe file that caused the error.
errorDescriptiona description of what went wrong.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.