Ignore:
Timestamp:
08/21/10 19:30:35 (21 months ago)
Author:
shiretu
Message:

-- work on android apple streaming
-- work on new SSL support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/include/protocols/rtp/connectivity/outboundconnectivity.h

    r49 r87  
    8484        bool FeedAudioDataUDP(msghdr &message); 
    8585        bool FeedAudioDataTCP(msghdr &message); 
     86        bool CreateRTCPPacket(uint8_t *pDest, uint8_t *pSrc, 
     87                        uint32_t ssrc, uint32_t rate, uint32_t packetsCount, 
     88                        uint32_t bytesCount, bool isAudio); 
    8689}; 
    8790 
Note: See TracChangeset for help on using the changeset viewer.