Qt 6.11 is out! See what's new in the release
blog
QMediaPlayer and clean Qbuffer
General and Desktop
2
Posts
2
Posters
1.0k
Views
2
Watching
-
Hi,
I'm writing a program with QMediaPlayer component.
I have to send as input a stream of QByteArray, so I'm using a QBuffer as input of the QMediaPlayer.My problem is that I have to clean the part of QByteArray that I have yet read.
How Can I do it?
Thank you very muchAngelo
-
Hi! Welcome to the Qt forum! Can you please show some code, I don't fully understand what you're trying to do.