CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Posts
    13

    to change prefered device sound playback audio property of system with win32

    Hi all,
    I want to set programatically the audio properties of my system.
    Actually i have installed a Virtual Audio Cable(VAC) on my machine for my new application which can send the voice played on my system to some other remote system to which i want.

    Now what happening is that I have to maually change the audio setting for prefered device sound play back and have to choose Virtual Cable 1 out.

    But now I want to do that stuff programatically.

    Can some one help me out?

    Thanks in advance.

    Gaurav

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: to change prefered device sound playback audio property of system with win32

    According to this you cannot:
    http://www.eggheadcafe.com/ng/micros...st20472012.asp

    - petter

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

Featured