Size of each video frame in pixels as a tuple of (width, height).
(self)
| 132 | @property |
| 133 | @abstractmethod |
| 134 | def frame_size(self) -> tuple[int, int]: |
| 135 | """Size of each video frame in pixels as a tuple of (width, height).""" |
| 136 | ... |
| 137 | |
| 138 | @property |
| 139 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected