Results 1 to 6 of 6

Thread: How To Mute Sound...

  1. #1
    Zaei
    Guest
    mciSendString() should be the function you want. Look at that, as well as the setaudio command string. MCI reference can eb found in the MSDN, under Platform SDK->Graphics and Multimedia Services->Multimedia Audio->MCI.

    Z.

  2. #2
    Hyperactive Member AAG's Avatar
    Join Date
    Aug 2000
    Location
    United States
    Posts
    411
    yes, i know how to use the MCI send string but i wasn't aware that there was a mute function, i'll look into its properties as well as setaudio... thanx
    This Business Is Binary. Your a 1 or a 0. Alive or Dead. (AntiTrust)

  3. #3
    Hyperactive Member AAG's Avatar
    Join Date
    Aug 2000
    Location
    United States
    Posts
    411
    ok well this will not work now that i've looked at it, u see i'm not playing media files so therefore i do not have a device id to send the setvolume command to. So the mci option would not work as i would have to open a file whether it be small .wav or whatnot, and leave it open which will take up memory and is not what i want... I want API that can interact witht the Volume properties of windows Sound Manager such as the icon in the systray....

    Thanx
    This Business Is Binary. Your a 1 or a 0. Alive or Dead. (AntiTrust)

  4. #4
    Zaei
    Guest
    There should be a function or some such under Multimedia Audio in the MSDN. Take a look around, do a search, etc.

    Z.

  5. #5
    Zaei
    Guest
    Yeah, check out the Audio Mixer Services section. That should give you what you need.

    Z.

  6. #6
    Hyperactive Member AAG's Avatar
    Join Date
    Aug 2000
    Location
    United States
    Posts
    411
    ok i'll look into it
    This Business Is Binary. Your a 1 or a 0. Alive or Dead. (AntiTrust)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width