MP4v2
libplatform
time
time.h
1
#ifndef MP4V2_PLATFORM_TIME_TIME_H
2
#define MP4V2_PLATFORM_TIME_TIME_H
3
6
namespace
mp4v2 {
namespace
platform {
namespace
time {
7
9
typedef
int64_t
milliseconds_t
;
10
12
typedef
int64_t
seconds_t
;
13
26
milliseconds_t
getLocalTimeMilliseconds
();
27
40
seconds_t
getLocalTimeSeconds
();
41
42
}}}
// namespace mp4v2::platform::time
43
44
#endif
// MP4V2_PLATFORM_TIME_TIME_H
mp4v2::platform::time::getLocalTimeSeconds
seconds_t getLocalTimeSeconds()
Get local-time in seconds.
mp4v2::platform::time::milliseconds_t
int64_t milliseconds_t
type used to represent milliseconds
Definition:
time.h:9
mp4v2::platform::time::getLocalTimeMilliseconds
milliseconds_t getLocalTimeMilliseconds()
Get local-time in milliseconds.
mp4v2::platform::time::seconds_t
int64_t seconds_t
type used to represent seconds
Definition:
time.h:12
generated on Sun Jan 21 2024 22:18:55 for
MP4v2 2.1.1
by
Doxygen
1.9.3