Contents

AudioComponentInstanceNew(_:_:)

Creates a new instance of an audio component.

Declaration

func AudioComponentInstanceNew(_ inComponent: AudioComponent, _ outInstance: UnsafeMutablePointer<AudioComponentInstance?>) -> OSStatus

Parameters

  • inComponent:

    The audio component that you want to create a new instance of.

  • outInstance:

    On output, the new audio component instance.

Mentioned in

Return Value

A result code.

See Also

Creating an Audio Component Instance