mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Fixed comments
This commit is contained in:
@ -248,8 +248,8 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
double seconds; // Start time in seconds
|
||||
bool since1970; // true if startTimeSeconds is time interval since 1970
|
||||
// false if startTimeSeconds is time interval since 1900
|
||||
bool since1970; // true if seconds since 1970
|
||||
// false if seconds since 1900
|
||||
uint32_t timestamp; // Start timestamp
|
||||
} rtcStartTime;
|
||||
|
||||
|
Reference in New Issue
Block a user