设置播放器声音

//获取系统音量
                System.Speech.Synthesis.SpeechSynthesizer _S = new System.Speech.Synthesis.SpeechSynthesizer();
                MessageBox.Show(_S.Volume.ToString ());

//调整音量

      Audio.Volume=21;

posted @ 2012-06-08 16:28  teyond  阅读(252)  评论(0编辑  收藏  举报