CTR Pia
4.11.3
Game Communication Engine
|
Contains member functions used to access values in the sample buffer. More...
Public Member Functions | |
clone::ClockValue | GetClock (int index) const |
Gets the clock for when the sample was set. More... | |
int | GetNum () const |
Gets the number of saved samples. | |
const Sample & | GetSample (int index) const |
Gets a sample. More... | |
Contains member functions used to access values in the sample buffer.
Sample | Specifies the sample type. |
|
inline |
Gets the clock for when the sample was set.
[in] | index | Specifies the index of the sample. A smaller value indicates a later sample. |
|
inline |
Gets a sample.
[in] | index | Specifies the index of the sample. A smaller value indicates a later sample. |