PDA

View Full Version : How to create a media graph?



Potter
16th July 2010, 09:41
Hi,

I just register to the forums in need of a help. I'm currently working on a media player with my friend. We are using Phonon classes in our project. We built a basic media player, It can open and play music, has a volume and a time slider etc. But we want to go more advance. I try to build a media graph, but I dont have any idea where to start. I have searched the QT API, but I didn't find anything useful. I'm asking if anyone could help me with this, or if you could shere the source code if you have any for the media graph and explain it a little bit if you are so kind. :)

Thanks for the help

tbscope
16th July 2010, 09:45
1. What do you want to do? Note that Phonon itself is limited.
2. What operating systems are you targeting?

Potter
16th July 2010, 15:00
1. What do you want to do? Note that Phonon itself is limited.
2. What operating systems are you targeting?


1. I want to insert a Frequency spectrum as a media graph in my media player. I did some searching in the phonon lib and I only found a media graph mentioned in phonon/effect lib. I checke It out, but It was quite complicated.

2. Well since I'm programing in Qt, I expect It to work on all OS that support Qt. I'm mostly aiming It to work on windows and linux.