• 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 driver plug-in problems on Tiger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

User space driver plug-in problems on Tiger


  • Subject: User space driver plug-in problems on Tiger
  • From: Stéphane Letz <email@hidden>
  • Date: Thu, 19 May 2005 16:27:28 +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


  • Follow-Ups:
    • Re: User space driver plug-in problems on Tiger
      • From: Jeff Moore <email@hidden>
  • Prev by Date: VLC needs someone to assist in finishing it's auhal output module
  • Next by Date: AudioFile API and mp4/m4a files
  • Previous by thread: Re: VLC needs someone to assist in finishing it's auhal output module
  • Next by thread: Re: User space driver plug-in problems on Tiger
  • Index(es):
    • Date
    • Thread