Ignore:
Timestamp:
08/24/10 20:27:38 (21 months ago)
Author:
shiretu
Message:

-- added bandwidth filter

File:
1 edited

Legend:

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

    r96 r102  
    7070        StreamsManager *_pStreamsManager; 
    7171        double _lastWallClock; 
     72        map<uint32_t, uint32_t> _allowedBitrates; 
    7273private: 
    7374        ClientContext(); 
     
    101102        uint32_t GetCurrentChunkIndex(); 
    102103        AppleStreamingClientApplication *GetApplication(); 
     104        void SetAllowedBitrates(map<uint32_t, uint32_t> allowedBitrates); 
    103105 
    104106        //processing 
Note: See TracChangeset for help on using the changeset viewer.