Ignore:
Timestamp:
08/26/10 19:37:23 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/include/protocols/rtp/streaming/outnetrtpudph264stream.h

    r49 r106  
    6060                        uint32_t processedLength, uint32_t totalLength, 
    6161                        double absoluteTimestamp); 
    62         bool FeedDataAudioMPEG4Generic(uint8_t *pData, uint32_t dataLength, 
     62        bool FeedDataAudioMPEG4Generic_aggregate(uint8_t *pData, uint32_t dataLength, 
     63                        uint32_t processedLength, uint32_t totalLength, 
     64                        double absoluteTimestamp); 
     65        bool FeedDataAudioMPEG4Generic_one_by_one(uint8_t *pData, uint32_t dataLength, 
    6366                        uint32_t processedLength, uint32_t totalLength, 
    6467                        double absoluteTimestamp); 
Note: See TracChangeset for help on using the changeset viewer.