AUGraphConnectNodeInput() understanding arg 3 and 5
AUGraphConnectNodeInput() understanding arg 3 and 5
- Subject: AUGraphConnectNodeInput() understanding arg 3 and 5
- From: GW Rodriguez <email@hidden>
- Date: Fri, 8 Oct 2010 16:48:08 -0400
I am trying to understand arguments 3 and 5 in the AUGraphConnectNodeInput() function. they are both UInt32's and each of them has to do with the previous arguments.
So If I am connecting a file player node to a output node my code would be simply
AUGrphConnectNodeInput( theGraph, fileNode, 0, outNode, 0)
And this works perfectly fine. I am just trying to understand args 3 and 5 better for when I have more elaborate programs.
thanks in advance!
--
GW Rodriguez
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden