Current position within stream as FrameTimecode. This can be interpreted as presentation time stamp, thus frame 1 corresponds to the presentation time 0. Returns 0 even if `frame_number` is 1.
(self)
| 144 | @property |
| 145 | @abstractmethod |
| 146 | def position(self) -> FrameTimecode: |
| 147 | """Current position within stream as FrameTimecode. |
| 148 | |
| 149 | This can be interpreted as presentation time stamp, thus frame 1 corresponds |
| 150 | to the presentation time 0. Returns 0 even if `frame_number` is 1.""" |
| 151 | ... |
| 152 | |
| 153 | @property |
| 154 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected