• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Clock Sources
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Clock Sources
      • From: Jeremy Sagan <email@hidden>
References: 
 >Clock Sources (From: Jeremy Sagan <email@hidden>)

  • Prev by Date: Clock Sources
  • Next by Date: Re: Clock Sources
  • Previous by thread: Clock Sources
  • Next by thread: Re: Clock Sources
  • Index(es):
    • Date
    • Thread