Re: Clock Sources
Re: Clock Sources
- Subject: Re: Clock Sources
- From: "B.J. Buchalter" <email@hidden>
- Date: Fri, 14 Jul 2006 14:56:16 -0400
- Thread-topic: Clock Sources
> 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:
This email sent to email@hidden