AttributeError:“ QVideoSurfaceFormat”对象没有属性“ setMirrored”

时间:2019-01-04 03:31:53

标签: pyqt5

from PyQt5.QtMultimedia import QVideoSurfaceFormat
lala = QVideoSurfaceFormat()
lala.setMirrored(True)

Traceback (most recent call last):
  File "D:\python\python36\lib\site-packages\IPython\core\interactiveshell.py", line 2961, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-4-033f9a03be61>", line 1, in <module>

0 个答案:

没有答案