Contents

stop

Called when the IOAudioDevice is stopping when it is no longer available.

Declaration

virtual void stop(
 IOService *provider);

Parameters

  • provider:

    The IOAudioDevice that owns this port

Overview

This method calls deactivateAudioControls() to shut down all of the controls associated with this port.

See Also

Miscellaneous