More fixes and work on video

This commit is contained in:
Cameron Gutman
2014-01-18 21:28:34 -05:00
parent e2ba031729
commit 77b08df4be
12 changed files with 342 additions and 63 deletions

View File

@@ -0,0 +1,5 @@
#include "Limelight.h"
void* initializeVideoStream(IP_ADDRESS host, PSTREAM_CONFIGURATION streamConfig) {
return NULL;
}