Fix SDP generator bugs based on testing within the test harness

This commit is contained in:
Cameron Gutman
2014-06-28 23:54:50 -07:00
parent c1d273c22f
commit c5491ef928
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -6,6 +6,8 @@
#include "PlatformThreads.h"
#include "Video.h"
char* getSdpPayloadForStreamConfig(PSTREAM_CONFIGURATION streamConfig, struct in_addr targetAddress, int *length);
int initializeControlStream(IP_ADDRESS host, PSTREAM_CONFIGURATION streamConfig, PCONNECTION_LISTENER_CALLBACKS clCallbacks);
int startControlStream(void);
int stopControlStream(void);