FrameInfo
actual data class FrameInfo(val duration: Duration, val timestamp: Duration) : Comparable<FrameInfo> (source)
Information about a single frame.
Parameters
duration
The duration of the frame.
timestamp
The timestamp of the frame.
Information about a single frame.
Parameters
duration
The duration of the frame.
timestamp
The timestamp of the frame.