在所有官方教程中,MediaPlayer的来源都是文件,就像这样:
MediaPlayer{
id:player
source:fileFullPath // local or remote file path
autoPlay: true
volume: voice.value
}
VideoOutput {
anchors.fill: parent
source: player
}
但是如果我的视频存储在内存中,如何设置属性“源”?