Contents

registerService

Called when this audio engine is ready to begin vending services.

Declaration

virtual void registerService(
 IOOptionBits options = 0);

Parameters

  • options:

Overview

This function is called by IOAudioDevice::activateAudioEngine() once the audio engine has been fully initialized and is ready to begin audio playback.

See Also

Miscellaneous