Initial commit

This commit is contained in:
Cameron Gutman
2014-01-18 15:14:42 -05:00
commit f02e916f6c
11 changed files with 475 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "Platform.h"
typedef struct _STREAM_CONFIGURATION {
int width;
int height;
int fps;
} STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION;