Close and re-open the VideoStream (equivalent to seeking back to beginning).
(self)
| 186 | |
| 187 | @abstractmethod |
| 188 | def reset(self) -> None: |
| 189 | """Close and re-open the VideoStream (equivalent to seeking back to beginning).""" |
| 190 | ... |
| 191 | |
| 192 | @abstractmethod |
| 193 | def seek(self, target: TimecodeLike) -> None: |