Qt/Lesson 4

From Wikibooks, open books for an open world
< Qt
Jump to navigation Jump to search

By default it is not possible to integrate a video in a Qt application but in this lesson we will see how to use the VLC API into a Qt application.

API VLC[edit | edit source]

VLC is a well-known media player but the developer of the player also provide an API which allows every one to use video playing and decoding function inside an other program.