- Timestamp:
- 09/01/10 08:55:52 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtp/connectivity/outboundconnectivity.cpp
r109 r113 78 78 while (0) 79 79 80 #define CreateRTCPPacket CreateRTCPPacket_mystyle81 //#define CreateRTCPPacket CreateRTCPPacket_live555style82 83 80 OutboundConnectivity::OutboundConnectivity() 84 81 : BaseConnectivity() { … … 393 390 uint32_t ssrc, uint32_t rate, uint32_t packetsCount, uint32_t bytesCount, 394 391 bool isAudio) { 395 392 396 393 /* 397 394 0 1 2 3 … … 539 536 return true; 540 537 } 541 538 bool OutboundConnectivity::CreateRTCPPacket_none(uint8_t *pDest, uint8_t *pSrc, 539 uint32_t ssrc, uint32_t rate, uint32_t packetsCount, 540 uint32_t bytesCount, bool isAudio){ 541 return false; 542 } 542 543 #endif /* HAS_PROTOCOL_RTP */
Note: See TracChangeset
for help on using the changeset viewer.
