This method is an abstract method in the base class so it MUST be implemented by every audio object. This simply returns the class size of the given audio object.
/**
* Returns the size of an audio object
*/
virtual unsigned int getSize() const = 0;