50 #ifndef RTPLISTENER_H_
51 #define RTPLISTENER_H_
53 #include "PlayersComponentSupport.h"
55 #include "ic/IInteractiveChannelManager.h"
56 #include "ic/IInteractiveChannelListener.h"
57 using namespace ::br::pucrio::telemidia::ginga::core::ic;
59 #include "system/thread/Thread.h"
60 using namespace ::br::pucrio::telemidia::ginga::core::system::thread;
63 #include <sys/types.h>
80 IInteractiveChannelManager* icm;
81 IInteractiveChannel* ic;
83 static const short CMD_CREATEP = 0;
84 static const short CMD_PERFORM = 1;
85 static const short CMD_RELEASE = 2;
98 void receiveCode(
long respCode);
99 void receiveDataStream(
char* buffer,
int size);
100 void receiveDataPipe(FILE* fd,
int size);
101 void downloadCompleted(
const char* localUri);
Definition: RTPListener.h:75