VoiceSDK
5.0.2
|
Structure representing time interval. More...
#include <voicesdk/core/common/intervals.h>
Public Member Functions | |
TimeInterval ()=default | |
TimeInterval (size_t startTime, size_t endTime) | |
bool | operator== (const TimeInterval &other) const |
bool | operator< (const TimeInterval &other) const |
Public Attributes | |
size_t | startTime = 0 |
size_t | endTime = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TimeInterval &obj) |
Structure representing time interval.
|
default |
|
inline |
|
inline |
|
inline |
|
friend |
size_t voicesdk::TimeInterval::endTime = 0 |
Timestamp in milliseconds of where interval ends (not inclusive)
size_t voicesdk::TimeInterval::startTime = 0 |
Timestamp in milliseconds of where interval starts