50 #ifndef CCRTPClient_H_
51 #define CCRTPClient_H_
53 #include "../IInteractiveChannelListener.h"
54 #include "../IInteractiveChannel.h"
57 #include <ccrtp/rtp.h>
59 #ifdef CCXX_NAMESPACES
83 char* getPacketData(
int* size);
87 void printADU(
const AppDataUnit* adu);
97 void onNewSyncSource(
const SyncSource& src);
100 void onGotSR(SyncSource& source, SendReport& SR, uint8 blocks);
103 void onGotRR(SyncSource& source, RecvReport& RR, uint8 blocks);
107 SyncSource& source, SDESChunk& chunk,
size_t len);
110 const SyncSource& source,
const std::string& reason);
Definition: IInteractiveChannel.h:66
Definition: CCRTPClient.h:70