Mute/Unmute audio device

2009-11-11 Thread Symadept
Hi, How to Mute/Unmute audio device. Regards Mustafa ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: Mute/Unmute audio device

2009-11-11 Thread Graham Cox
On 12/11/2009, at 2:47 PM, Symadept wrote: > How to Mute/Unmute audio device. How to ask/not ask smart questions: http://catb.org/~esr/faqs/smart-questions.html --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p

Re: Mute/Unmute audio device

2009-11-12 Thread Symadept
f] Final:[%f]", volume[0], volume[1], b_vol); return b_vol; } This code works fine for getting volume. Similarly can I set the audio device to Mute/Unmute. Any pointers highly appreciable. Regards Mustafa On Thu, Nov 12, 2009 at 12:58 PM, wrote: > which technology are you asking