How can i mute | unmute a windows mobile pocket pc device (i'm using symbol MC70) programmatically? Waht API do I need to use?
waveOutSetVolume is only in Windows Mobile 6.
plinth
2009-05-09 14:09:30
@plinth: incorrect. It's been available since at least CE 2.0, so it's been in every version of Pocket PC and WinMo ever shipped.
ctacke
2009-05-09 17:54:00
Very good, then. I saw it in the reference for "new in sound APIs in Windows Mobile 6".
plinth
2009-05-10 11:02:34
@ctacke: what API to use for mute | unmute microphone? Thanks.
Izmoto
2009-05-10 20:46:36
A:
You device runs Windows Mobile 5. From there you'll want to look at the Hardware Audio Mixer, which looks like the right API for setting/controlling audio properties on the device.
plinth
2009-05-09 14:08:32