Home > Software engineering >  MFC McISendString volume
MFC McISendString volume

Time:11-10

MFC McISendString volume
This volume is to read music file first and then set the volume of the range, or set with integer can be directly, set what is the scope of the
This is my own writing code that
Void CMy042Dlg: : SetVolume (int Volume)
{
Cstrings strCmd;
StrCmd. The Format (_T (" setaudio NOWMUSIC volume to {% d} "), volume).
Int RefInt=McISendString (strCmd, NULL, 0, 0).

}

CodePudding user response:

"Setaudio NOWMUSIC volume to % d", "
0 ~ 1000 0 ~ 100%

CodePudding user response:

Tried the volume to zero or a voice

CodePudding user response:

No change from 0 to 1000 volume
  • Related