Re: Inconsistencies in getting kAudioObjectPropertyName
Re: Inconsistencies in getting kAudioObjectPropertyName
- Subject: Re: Inconsistencies in getting kAudioObjectPropertyName
- From: Jeff Moore <email@hidden>
- Date: Mon, 16 Jun 2008 11:34:37 -0700
An AudioStream most definitely is not an AudioDevice. Hence,
AudioDeviceGetProperty() is just going to fail if you pass it the ID
of an AudioStream object. You need to be using
AudioStreamGetProperty() to get the properties of a stream object.
That said, moving to the AudioObject-based API calls (which were
introduced in Tiger) is the way to go in the future.
On Jun 16, 2008, at 12:58 AM, Brian Willoughby wrote:
Is there any reason why AudioDeviceGetProperty is sufficient for
getting the device name but not the stream name?
--
Jeff Moore
Core Audio
Apple
_______________________________________________
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