Contents

deactivateAllAudioEngines

Deactivates all of the audio engines in the device.

Declaration

virtual void deactivateAllAudioEngines();

Overview

This is called by the stop() and free() methods in IOAudioDevice to completely shut down all audio engines as the driver is being shut down.

See Also

Miscellaneous