Referencing an AUGraph from a different class
Referencing an AUGraph from a different class
- Subject: Referencing an AUGraph from a different class
- From: Gregory Wieber <email@hidden>
- Date: Fri, 21 May 2010 14:36:07 -0700
Is it possible to declare an AUGraph in one objective-c class, and then access that graph from another objective-c class?
I thought it would be as simple as creating a var called 'graph' and then using @property, @synthesize -- and in the other class doing something like graph = [parentClass graph]. Except, when I do that I get an error:
"Cannot convert 'objc_object*" to 'OpaqueAUGraph*" in assignment.
_______________________________________________
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