Changeset 105 for trunk/sources/thelib/include/protocols/ts/innettsstream.h
- Timestamp:
- 08/25/10 19:30:12 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/include/protocols/ts/innettsstream.h
r56 r105 55 55 uint32_t _cursor; 56 56 StreamCapabilities _streamCapabilities; 57 bool _firstNAL; 57 58 public: 58 59 InNetTSStream(BaseProtocol *pProtocol, StreamsManager *pStreamsManager, … … 83 84 bool HandleAudioData(uint8_t *pRawBuffer, uint32_t rawBufferLength, 84 85 double timestamp, bool packetStart); 85 bool HandleVideoData(uint8_t *pRawBuffer, uint32_t rawBufferLength, 86 bool HandleVideoData_version1(uint8_t *pRawBuffer, uint32_t rawBufferLength, 87 double timestamp, bool packetStart); 88 bool HandleVideoData_version2(uint8_t *pRawBuffer, uint32_t rawBufferLength, 86 89 double timestamp, bool packetStart); 87 90 bool ProcessNal(double timestamp);
Note: See TracChangeset
for help on using the changeset viewer.
