TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Compare two sequence numbers, handling wraparound.
The current implementation just returns (gint32)(s1 - s2).
s1
s2
A sequence number.
Another sequence number.
A negative number if s1 is before s2, 0 if they are equal, or a positive number if s1 is after s2.
Compare two sequence numbers, handling wraparound.
The current implementation just returns (gint32)(
s1-s2).