scrcpy/server/src
Romain Vimont 422f15c595 Enforce monotonical PTS
Audio PTS may come from two sources:
 - recorder.getTimestamp() if the call works;
 - an estimation from the previous PTS and the packet size as a
   fallback.

Therefore, the property that PTS are monotonically increasing is no
guaranteed in corner cases, so enforce it.
2023-02-03 17:07:49 +01:00
..
main Enforce monotonical PTS 2023-02-03 17:07:49 +01:00
test/java/com/genymobile/scrcpy Forward action button to device 2023-01-30 20:57:54 +01:00