コード例 #1
0
 public void SetAudioVolume(float vol)
 {
     if (_audioGrabber != null)
     {
         _audioGrabber.SetVolume(vol);
     }
 }