-
请原谅我的愚蠢,我想播放视频但是我无法找到media类,与此同时我找到的教程都是使用media类的。它在额外的包里还是在其他地方 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You need the qtjambi.multimedia(widget) module and make yourself familiar with QtMultimedia. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply! But the frustrating thing is that after I import the multimedia jar package and after installing the Qtmultimedia SDK with difficulty, it tells me that QtJambiMultimedia (QtJambiMultimedia6.dll, QtJambiMultimedia.dll) was not found, I want to know where should I get these from? |
Beta Was this translation helpful? Give feedback.
-
再次非常感谢!问题解决了。 |
Beta Was this translation helpful? Give feedback.
You need the qtjambi.multimedia(widget) module and make yourself familiar with QtMultimedia.
You could use QVideoWidget for instance.