ovr_Voip_GetSyncTimestampDifference Function
Return value will be negative if lhs is smaller than rhs, zero if both timestamps are the same, and positive otherwise. The absolute value of the result is the time in microseconds between two sync timestamps.
long long ovr_Voip_GetSyncTimestampDifference(uint32_t lhs, uint32_t rhs)
lhs: uint32_t
rhs: uint32_t
long long