Initialise, Uninitialise, Reset
Initialise, Uninitialise, Reset
- Subject: Initialise, Uninitialise, Reset
- From: Aristotel Digenis <email@hidden>
- Date: Mon, 05 Jul 2004 18:35:36 +0100
Greetings everyone,
I currently have two Audio Units. They both work just fine in Bidule but
when I try to use them in my 15 day trial of RAX, i get the following
message:
"AudioUnit initialization error!
AudioUnit: B-Decoder failed to initialize: -10868"
When I try to open the window with the parameters, the window is blank,
just white.
I am not using the AudioUnitInitialize, AudioUnitUninitialze, or
AudioUnitReset as I didn't think I needed them. However reading the
documentation, it seems like a wise idea to do so. I have the following
questions.
1) Does the host call the AudioUnitInitialize() after it constructs the
component?
2) I am trying to make sense of the documentation's explanation as to
the purpose of initialzation, uninitialization, and reset with relation
to the constructor, however I still am not clear on it. There does not
seem to be a clear line between what variable assigning belongs to which
function.
3) Can parameters be set in the Initializer?( I tried but it didn't
work, perhaps it is possible but I am doing something wrong).Should they be?
I hope I have not completely misunderstood the purpose of states.
Thank you!
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.