Duration of the video as a FrameTimecode.
(self)
| 184 | |
| 185 | @property |
| 186 | def duration(self) -> FrameTimecode: |
| 187 | """Duration of the video as a FrameTimecode.""" |
| 188 | return self.base_timecode + self._duration_frames |
| 189 | |
| 190 | @property |
| 191 | def frame_rate(self) -> Fraction: |
nothing calls this directly
no outgoing calls
no test coverage detected