Ignore:
Timestamp:
09/01/10 08:55:52 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtp/connectivity/outboundconnectivity.cpp

    r109 r113  
    7878while (0) 
    7979 
    80 #define CreateRTCPPacket CreateRTCPPacket_mystyle 
    81 //#define CreateRTCPPacket CreateRTCPPacket_live555style 
    82  
    8380OutboundConnectivity::OutboundConnectivity() 
    8481: BaseConnectivity() { 
     
    393390                uint32_t ssrc, uint32_t rate, uint32_t packetsCount, uint32_t bytesCount, 
    394391                bool isAudio) { 
    395  
     392         
    396393        /* 
    397394         0                   1                   2                   3 
     
    539536        return true; 
    540537} 
    541  
     538bool 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} 
    542543#endif /* HAS_PROTOCOL_RTP */ 
Note: See TracChangeset for help on using the changeset viewer.