Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PTS: Rename millisToTimeStr() -> toTimeStr(), analogue to toMillis() | Sven Göthel | 2024-02-02 | 1 | -10/+10 |
| | |||||
* | PTS: Add toMillis(String), parsing string representation in ↵ | Sven Göthel | 2024-02-02 | 1 | -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öthel | 2024-01-31 | 1 | -0/+2 |
| | |||||
* | PTS: Add millisToTimeStr(..) convenient time string representation, also ↵ | Sven Gothel | 2023-12-30 | 1 | -0/+67 |
| | | | | used by added get{SCR, Last, }TimeStr(..) methods | ||||
* | PTS: Add copy constructor | Sven Gothel | 2023-10-16 | 1 | -0/+5 |
| | |||||
* | PTS: get(currentMillis): Employ rounding in integer conversion | Sven Gothel | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | Bug 1472: Enhance AV Sync: Pass through PTS object in AudioSink, tracking ↵ | Sven Gothel | 2023-10-15 | 1 | -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). |