MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Public Member Functions | Data Fields
DTSC::seekPos Struct Reference

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...
 

Detailed Description

A simple structure used for ordering byte seek positions.

Member Function Documentation

bool DTSC::seekPos::operator< ( const seekPos rhs) const
inline

Less-than comparison for seekPos structures.

Parameters
rhsThe seekPos to compare with.
Returns
Whether this object is smaller than rhs.
bool DTSC::seekPos::operator< ( const seekPos rhs) const
inline

Less-than comparison for seekPos structures.

Parameters
rhsThe seekPos to compare with.
Returns
Whether this object is smaller than rhs.

Field Documentation

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.


The documentation for this struct was generated from the following file: