Contents

AudioOutputUnitStop(_:)

Stops an I/O audio unit, which in turn stops the audio unit processing graph that it is connected to.

Declaration

func AudioOutputUnitStop(_ ci: AudioUnit) -> OSStatus

Parameters

  • ci:

    The I/O audio unit to stop.

Return Value

A result code.

See Also

Starting and Stopping Output