Kiran Thakkar
Kiran Thakkar

Reputation: 65

QT/Phonon Video Recording

I want to do the Video Recording in QT Phonon media framework.Has Qt/KDE's Phonon media framework abstraction implemented Video recording? If Phonon does not implemented then how to add functionality(As Phonon uses gstreamer as backend and we can easily do Video Recording using gStreamer)

Regards

Kiran

Upvotes: 2

Views: 807

Answers (1)

Neox
Neox

Reputation: 2004

Unfortunately Phonon only provides utilities for multimedia playback and as far as I know they do not plan to add recording functionality in the future. In order to perform video/audio stream recording you could use QtMultimedia module.

Upvotes: 2

Related Questions