Frame rate in frames/sec as a rational Fraction (e.g. Fraction(24000, 1001)).
(self)
| 120 | @property |
| 121 | @abstractmethod |
| 122 | def frame_rate(self) -> Fraction: |
| 123 | """Frame rate in frames/sec as a rational Fraction (e.g. Fraction(24000, 1001)).""" |
| 124 | ... |
| 125 | |
| 126 | @property |
| 127 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected