Qt4-preview-feedback Archive, February 2008
Phonon::VideoPlayer
Message 1 in thread
Hi,
trying to use Phonon::VideoPlayer I ask myself why it has the
Phonon::Category argument in its ctor ?
Isn't it obvious that a VideoPlayer should use Phonon::VideoCategory
(as also the docs say: Phonon::VideoCategory "If the sound is the audio
channel of a video.")
At least the ctor should have above category as default value, e.g.
VideoPlayer::VideoPlayer ( Phonon::Category category =
Phonon::VideoCategory, QWidget * parent = 0 )
--
[ signature omitted ]