int AudioTimeLaterThan (AudioTime t1, AudioTime t2)
AudioTimeLaterThan()
compares two AudioTime values, taking into account wraparound. The two time values are assumed to be within 0x7fffffff ticks of each other. The time differences larger than this number will produce incorrect comparisons.
AudioTimeLaterThanOrEqual
(), CompareAudioTimes()