aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/av/PTS.java
Commit message (Collapse)AuthorAgeFilesLines
* PTS: Rename millisToTimeStr() -> toTimeStr(), analogue to toMillis()Sven Göthel2024-02-021-10/+10
|
* PTS: Add toMillis(String), parsing string representation in ↵Sven Göthel2024-02-021-3/+28
| | | | '[H[H]:]m[m]:s[s][.S*]' using custom DateTimeFormatter to milliseconds, complementing millisToTimeStr(..)
* 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 ↵Sven Gothel2023-12-301-0/+67
| | | | used by added get{SCR, Last, }TimeStr(..) methods
* 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 ↵Sven Gothel2023-10-151-0/+137
last PTS value against System Clock Reference (SCR) This allows passing through actual SCR with the PTS when enqueueing audio frames and utilizing it when querying actual time lapsed PTS value (interpolation SCR to currentMillis).