Board index » delphi » Change Sound volume

Change Sound volume

How do i change the sound volume in Delphi 3.0 for the media player?

Martin

 

Re:Change Sound volume


Quote
Gilbert LD <ledr...@sphinx.cea.fr> wrote:
>Martin Josefsson wrote:

>> How do i change the sound volume in Delphi 3.0 for the media player?

>> Martin
>Something like that
>auxSetVolume(mediaplayer1.deviceID,ScrollBarLeft.position*$1010000+ScrollBarRight.position*$101);

Why does auxsetvolume(mediaplayer1.deviceID,0); not silence the
mediaplayer (type audioCD) even though the help says so?
Thanks for your help
Sebastian

Quote
>ScrollBar.min 0
>ScrollBar.max 255

------------------------------------------------
Sebastian Bossung - boss...@scmpop.de
to reply delete the "!" out of my mail adress!
------------------------------------------------

Other Threads