The QMediaPlayer class is a part of the Qt framework. It allows playing of media sources.
The QMediaPlayer
class is a high level media playback class. It can be used to playback such content as songs, movies and internet radio. The content to playback is specified as a QMediaContent
object, which can be thought of as a main or canonical URL with additional information attached. When provided with a QMediaContent
playback may be able to commence.