aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/av/PTS.java
Commit message (Expand)AuthorAgeFilesLines
* PTS: Rename millisToTimeStr() -> toTimeStr(), analogue to toMillis()Sven Göthel2024-02-021-10/+10
* PTS: Add toMillis(String), parsing string representation in '[H[H]:]m[m]:s[s]...Sven Göthel2024-02-021-3/+28
* PTS: Add convenient getCurrent() passing Clock.currentMillis() to get(long).Sven Göthel2024-01-311-0/+2
* PTS: Add millisToTimeStr(..) convenient time string representation, also used...Sven Gothel2023-12-301-0/+67
* PTS: Add copy constructorSven Gothel2023-10-161-0/+5
* PTS: get(currentMillis): Employ rounding in integer conversionSven Gothel2023-10-161-2/+2
* Bug 1472: Enhance AV Sync: Pass through PTS object in AudioSink, tracking las...Sven Gothel2023-10-151-0/+137