MP4v2
time.h
1#ifndef MP4V2_PLATFORM_TIME_TIME_H
2#define MP4V2_PLATFORM_TIME_TIME_H
3
6namespace mp4v2 { namespace platform { namespace time {
7
9typedef int64_t milliseconds_t;
10
12typedef int64_t seconds_t;
13
27
41
42}}} // namespace mp4v2::platform::time
43
44#endif // MP4V2_PLATFORM_TIME_TIME_H
seconds_t getLocalTimeSeconds()
Get local-time in seconds.
int64_t milliseconds_t
type used to represent milliseconds
Definition: time.h:9
milliseconds_t getLocalTimeMilliseconds()
Get local-time in milliseconds.
int64_t seconds_t
type used to represent seconds
Definition: time.h:12