Any way to download buffered mp3 from QMediaPlayer?
-
Hey everyone!
I've got MediaPlayer that plays audio from internet (url=http://...)
And I want to implement cache mechanics. So my question is this: are there any way to download buffered mp3 file from MediaPlayer (QMediaPlayer) element? I don't want to download it 2 times (1 time it's downloaded by MediaPlayer and second -just separate download for a file )
Thanks.Alex.