Ignore:
Timestamp:
08/25/10 00:20:41 (21 months ago)
Author:
shiretu
Message:

-- fixed rolling file appender

File:
1 edited

Legend:

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

    r103 r104  
    5959        uint32_t _tsId; 
    6060        uint32_t _parsedChildPlaylistsCount; 
    61         uint32_t _currentItemIndex; 
     61        uint32_t _currentSequence; 
    6262        uint32_t _optimalBw; 
    6363        uint32_t _lastUsedBw; 
     
    7171        double _lastWallClock; 
    7272        map<uint32_t, uint32_t> _allowedBitrates; 
    73         map<uint32_t, uint32_t> _mediaSequences; 
    7473private: 
    7574        ClientContext(); 
     
    125124        bool ConsumeAVBuffer(); 
    126125private: 
    127         bool ReloadPlaylist(uint32_t bw); 
    128126        uint32_t GetOptimalBw(); 
    129127        bool ParseConnectingString(); 
Note: See TracChangeset for help on using the changeset viewer.