Contents

start

Called to start a newly created IOAudioPort.

Declaration

virtual bool start(
 IOService *provider);

Parameters

  • provider:

    The IOAudioDevice that owns this port

Return Value

Returns true on success

Overview

This is called automatically by IOAudioDevice when attachAudioPort() is called.

See Also

Miscellaneous