Exemplo n.º 1
0
 private void switchDefault()
 {
     SwitchAudio.SwitchDevice(defaultAudio.Text, defaultMicrophone.Text);
     currentSetting.Text = "Default";
 }
Exemplo n.º 2
0
 private void switchVR()
 {
     SwitchAudio.SwitchDevice(VRAudio.Text, VRMicrophone.Text);
     currentSetting.Text = "VR";
 }