Question

I am trying to implement an audio unit and when I connect it into my AUGraph I get OSStatus result -10861. But I cannot find what this value means. Anyone know where this is documented or what it is.

Was it helpful?

Solution

kAUGraphErr_InvalidConnection

The attempted connection between two nodes cannot be made.

OTHER TIPS

I know this thread is quite old but if this website can help other people to get more about OSStatus informations : http://www.osstatus.com/

This will give you error constants such as kAUGraphErr_InvalidConnection and then you can refer to the Apple documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top