- Timestamp:
- 08/25/10 00:20:41 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/applestreamingclient/include/clientcontext.h
r103 r104 59 59 uint32_t _tsId; 60 60 uint32_t _parsedChildPlaylistsCount; 61 uint32_t _current ItemIndex;61 uint32_t _currentSequence; 62 62 uint32_t _optimalBw; 63 63 uint32_t _lastUsedBw; … … 71 71 double _lastWallClock; 72 72 map<uint32_t, uint32_t> _allowedBitrates; 73 map<uint32_t, uint32_t> _mediaSequences;74 73 private: 75 74 ClientContext(); … … 125 124 bool ConsumeAVBuffer(); 126 125 private: 127 bool ReloadPlaylist(uint32_t bw);128 126 uint32_t GetOptimalBw(); 129 127 bool ParseConnectingString();
Note: See TracChangeset
for help on using the changeset viewer.
