Add untested SDP generator

This commit is contained in:
Cameron Gutman
2014-06-28 22:49:05 -07:00
parent ee96cccb51
commit 0490201b79
4 changed files with 375 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ typedef struct _STREAM_CONFIGURATION {
int width;
int height;
int fps;
int bitrate;
int packetSize;
} STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION;
typedef struct _LENTRY {