Duration of the stream as a FrameTimecode, or None if non terminating.
(self)
| 126 | @property |
| 127 | @abstractmethod |
| 128 | def duration(self) -> FrameTimecode | None: |
| 129 | """Duration of the stream as a FrameTimecode, or None if non terminating.""" |
| 130 | ... |
| 131 | |
| 132 | @property |
| 133 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected