• 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
User space plugin problems on Tiger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

User space plugin problems on Tiger


  • Subject: User space plugin problems on Tiger
  • From: Stéphane Letz <email@hidden>
  • Date: Thu, 12 May 2005 17:27:33 +0200

Our user space driver (implementing the AudioHardwarePlugin.h API) has some problems on Tiger. It is a kind of "wrapper" on a real audio driver that has to redirect some calls coming from the application on a real driver.

We are using the AudioDeviceID of the real driver and just redirect some calls, something like :

OurPlugIn::DeviceGetProperty(...)
{
....
OSStatus err = AudioDeviceGetProperty(fReadDriver_ AudioDeviceID,......);
....
}


This was perfectly working on Jaguar and Panther, but on Tiger the AudioDeviceGetProperty now returns a kAudioHardwareBadDeviceError code, although the AudioDeviceID value seems perfectly correct.

Any idea?

Thanks

Stephane Letz




_______________________________________________ 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
  • Prev by Date: Re: Cocoa IN AudioUnit
  • Next by Date: Re: Render callback disappearing (QT 7.0)
  • Previous by thread: Developing AC-3 Decoder
  • Next by thread: AudioFile components, the DataSource utility class and non-seekable audio sources
  • Index(es):
    • Date
    • Thread