1. I'm trying to work with video here. you keep mentioning audio, but how does 
QVideoProbe work with audio-derived classes?

Even if it may sound strange, QDeclarativeAudio is not audio-specific... in 
fact it just wraps a QMediaPlayer, which can be used for audio or video.

2a. using a Video element I try the code you supplied player is null after the 
cast.

The QML Video type is provided for convenience and combine a MediaPlayer with a 
VideoOutput. It doesn't have a 'mediaObject' property.

2c. using (passing) a Camera element as sourceObj, what will happen?

It will also work.

Yoann Lopes
Senior Software Engineer - Digia, Qt
Visit us on: http://qt.digia.com
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to