ADTF
|
Callback interface that informs about dropped chunks in history mode. More...
Public Member Functions | |
virtual tResult | OnChunkDropped (tUInt64 nIndex, tUInt16 nStreamId, tUInt16 nFlags, tTimeStamp tmTime)=0 |
Called whenever a chunk is dropped from the history. More... | |
Callback interface that informs about dropped chunks in history mode.
Definition at line 56 of file indexedfilewriter.h.
|
pure virtual |
Called whenever a chunk is dropped from the history.
[in] | nIndex | The chunk index. |
[in] | nStreamId | The stream id of the chunk. |
[in] | nFlags | The Flags of the chunk. |
[in] | tmTime | The timestamp of the chunk. |