int32 CompareAudioTimes (AudioTime t1, AudioTime t2)
CompareAudioTimes()
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 this value will produce incorrect comparisons.
AudioTimeLaterThan
(), AudioTimeLaterThanOrEqual()