Current position within stream as a float of the presentation time in milliseconds. The first frame has a PTS of 0.
(self)
| 153 | @property |
| 154 | @abstractmethod |
| 155 | def position_ms(self) -> float: |
| 156 | """Current position within stream as a float of the presentation time in |
| 157 | milliseconds. The first frame has a PTS of 0.""" |
| 158 | ... |
| 159 | |
| 160 | @property |
| 161 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected