PyAV `av.codec.context.CodecContext` being used.
(self)
| 327 | |
| 328 | @property |
| 329 | def _codec_context(self): |
| 330 | """PyAV `av.codec.context.CodecContext` being used.""" |
| 331 | return self._video_stream.codec_context |
| 332 | |
| 333 | def _get_duration(self) -> int: |
| 334 | """Get video duration as number of frames based on the video and set framerate.""" |
nothing calls this directly
no outgoing calls
no test coverage detected