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