Re: Clock Sources
Re: Clock Sources
- Subject: Re: Clock Sources
- From: Jeremy Sagan <email@hidden>
- Date: Fri, 14 Jul 2006 15:16:34 -0400
Thank you.
On Jul 14, 2006, at 2:56 PM, B.J. Buchalter wrote:
audioErr = AudioDeviceGetProperty(theID, 0,
true, kAudioDevicePropertyClockSourceNameForIDCFString,
&outputSize, clockSources); //returns a !siz error and trashes
clocksources
This should be:
audioErr = AudioDeviceGetProperty(theID, 0,
true, kAudioDevicePropertyClockSourceNameForIDCFString,
&outputSize, &avt);
The !siz is probably from the garbage the property handler is
reading when
it tries to read your clocksource list as the avt.
BR,
B.J. Buchalter
Metric Halo
5 Donovan Drive
Hopewell Junction, NY 12533 USA
tel +1 845 223-6112
fax +1 603 250-2451
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40verizon.net
This email sent to email@hidden
_______________________________________________
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