AudioComponentInstanceNew(_:_:)
Creates a new instance of an audio component.
Declaration
func AudioComponentInstanceNew(_ inComponent: AudioComponent, _ outInstance: UnsafeMutablePointer<AudioComponentInstance?>) -> OSStatusParameters
- 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.