Contents

clientClosed

Called automatically when a user client closes its connection to the audio engine.

Declaration

virtual void clientClosed(
 IOAudioEngineUserClient *client);

Parameters

  • client:

    The user client that has disconnected.

Overview

This method decrements the number of connections to the audio engine and if they reach zero, the audio engine is called with a call to stopAudioEngine(). This method should not be called directly.

See Also

Miscellaneous