Ignore:
Timestamp:
08/24/10 23:22:35 (21 months ago)
Author:
shiretu
Message:

-- added rolling playlists support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/include/clientcontext.h

    r102 r103  
    7171        double _lastWallClock; 
    7272        map<uint32_t, uint32_t> _allowedBitrates; 
     73        map<uint32_t, uint32_t> _mediaSequences; 
    7374private: 
    7475        ClientContext(); 
     
    124125        bool ConsumeAVBuffer(); 
    125126private: 
     127        bool ReloadPlaylist(uint32_t bw); 
    126128        uint32_t GetOptimalBw(); 
    127129        bool ParseConnectingString(); 
Note: See TracChangeset for help on using the changeset viewer.