Contents

AudioComponentInstanceDispose(_:)

Disposes of an audio component instance.

Declaration

func AudioComponentInstanceDispose(_ inInstance: AudioComponentInstance) -> OSStatus

Parameters

  • inInstance:

    The audio component instance that you want to dispose of.

Return Value

A result code.

See Also

Creating an Audio Component Instance