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