Re: How to choose the AudioQueue output device ?
Re: How to choose the AudioQueue output device ?
- Subject: Re: How to choose the AudioQueue output device ?
- From: Colin <email@hidden>
- Date: Thu, 8 Nov 2007 01:09:31 +0100
Le 8 nov. 07 à 00:54, William Stewart a écrit :
You have to pass all arguments to CoreAudio APIs by reference, not
by value.
So:
CFStringRef devUID = .. get the CF string for the device UID
AudioQueueSetProperty(myInfo.mQueue,
kAudioQueueProperty_CurrentDevice, &devUID, sizeof(CFStringRef));
You are right, silly me !
Sorry for the noise,
--
Colin
_______________________________________________
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