Contents

free

Frees all of the resources allocated by the IOAudioEngine.

Declaration

virtual void free();

Overview

Do not call this directly. This is called automatically by the system when the instance's refcount goes to 0. To decrement the refcount, call release() on the object.

See Also

Miscellaneous