FindComponent fails on 10.1.5
FindComponent fails on 10.1.5
- Subject: FindComponent fails on 10.1.5
- From: Lionel Woog <email@hidden>
- Date: Mon, 24 Mar 2003 11:49:16 -0500
// Open the default output unit
desc.componentType = kAudioUnitType_Output;
desc.componentSubType = kAudioUnitSubType_DefaultOutput;
desc.componentManufacturer = kAudioUnitManufacturer_Apple;
desc.componentFlags = 0;
desc.componentFlagsMask = 0;
comp = FindNextComponent(NULL, &desc);
if (comp == NULL) {
fprintf(stderr, "FindNextComponent\n");
goto error;
}
Hi,
Any idea why the above would fail on 10.1.5 ?
Thanks,
Lionel
--
Lionel Woog, Ph.D.
CTO
Adapted Wave Technologies, Inc.
email: email@hidden
phone: 212-645-0670
_______________________________________________
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.