(cls)
| 351 | |
| 352 | @classmethod |
| 353 | def get_dvr_comskip_hw_accel(cls): |
| 354 | hw = cls.get_dvr_settings().get("comskip_hw_accel", "none") |
| 355 | return hw if hw in ("none", "cuvid", "qsv") else "none" |
| 356 | |
| 357 | @classmethod |
| 358 | def get_dvr_comskip_custom_path(cls): |
no test coverage detected