Exemplo n.º 1
0
 public static ErrorNumber SetAudioDevice(string micHandle, string speakerHandle)
 {
     return((ErrorNumber)WrapperInterface.setAudioDevice(micHandle, speakerHandle));
 }