MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
|
A simple structure used for ordering byte seek positions. More...
#include <dtsc.h>
Public Member Functions | |
bool | operator< (const seekPos &rhs) const |
Less-than comparison for seekPos structures. More... | |
bool | operator< (const seekPos &rhs) const |
Less-than comparison for seekPos structures. More... | |
Data Fields | |
long long unsigned int | bytePos |
Stores the byteposition of the DTSC packet referenced by this structure. More... | |
long long unsigned int | seekTime |
Stores the timestamp of the DTSC packet referenced by this structure. More... | |
unsigned int | trackID |
Stores the track the DTSC packet referenced by this structure is associated with. More... | |
A simple structure used for ordering byte seek positions.
|
inline |
|
inline |
long long unsigned int DTSC::seekPos::bytePos |
Stores the byteposition of the DTSC packet referenced by this structure.
long long unsigned int DTSC::seekPos::seekTime |
Stores the timestamp of the DTSC packet referenced by this structure.
unsigned int DTSC::seekPos::trackID |
Stores the track the DTSC packet referenced by this structure is associated with.