Package limn.video
Interface VideoClock.MasterClock
- All Known Implementing Classes:
AudioMasterClock
- Enclosing class:
VideoClock
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A media position source on the same timeline as the pictures' presentation times.
-
Method Summary
-
Method Details
-
positionMicros
long positionMicros()- Returns:
- the current media position in microseconds; need not be monotonic, since a seek moves it
-