Contents

detachAllAudioPorts

Deactivates all of the ports in the device.

Declaration

virtual void detachAllAudioPorts();

Overview

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

See Also

Miscellaneous