Update control protocol for GFE 2.0.1

This commit is contained in:
Cameron Gutman
2014-05-06 23:31:09 -04:00
parent aadbc3dd01
commit 92adbe0983
5 changed files with 39 additions and 115 deletions
@@ -261,11 +261,6 @@ public class NvConnection {
success = startAudioStream();
break;
case CONTROL_START2:
controlStream.startJitterPackets();
success = true;
break;
case INPUT_START:
success = startInputConnection();
break;