phonon
Phonon problem in Windows 7 with code compiled in XP
I have some code compiled using Visual Studio 2010 (C++), with Qt for the GUI and Phonon to show some videos.[详细]
2023-03-03 18:55 分类:问答Media player/recorder (phonon)
I would like to develop a media player/recorder. The primary target platform is Windows, support for other OSs would be nice, but that\'s not a high priority. It should be able to play formats like[详细]
2023-03-03 16:22 分类:问答How to use the phonon-vlc-backend in PyQt4 on Windows
I\'m helping develop a PyQt4.8 application which amongst other things plays video and audio. We are using Phonon for this, part of the reason being that we also embed videos in a QtWebkit page which u[详细]
2023-02-17 11:48 分类:问答Problem with Phonon::VideoWidget in QDialog
I am writing an application using a QDialog as the main Window. In this application I have 3 QGroupBox, one with several Buttons, the second one with a GLWidget displaying webcam content (captured and[详细]
2023-02-14 10:15 分类:问答Qt phonon media object error
#include \"mainwindow.h\" #include \"ui_mainwindow.h\" #include <Phonon/MediaSource> #include <QUrl>[详细]
2023-02-13 03:52 分类:问答How to play video from YouTube URL like VLC?
I\'m using Qt with Phonon, I\'d like the program I\'m writing to be able to play a YouTube video from a URL, I\'ve tried 开发者_如何学JAVAgoogling it but none of the methods I found work. If you put a[详细]
2023-02-05 23:51 分类:问答How to play video using phonon [closed]
开发者_如何学编程 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-02-05 11:14 分类:问答Play a sound immediately with QT Phonon (not waiting for event loop)
I am playing sound for user interactions in C++ using QT\'s Phonon component. After a lot of testing I can confirm that a queued sound will only start playing when the main thread returns to the main[详细]
2023-01-29 06:00 分类:问答Phonon on Windows
Right now I have Phonon working on windows with a DS backend. However, it will not play certain mp3 files and although it appears to be playing m4a files (the song progress bar keeps moving) no sound[详细]
2023-01-16 07:22 分类:问答Phonon audible output fail
This is my code: media_object_ = new Phonon::MediaObject(this); fileName=\"./DemoEN2.wav\"; media_object_->setCurrentSource(fileName);[详细]
2023-01-15 13:18 分类:问答