9 changed files with 47 additions and 39 deletions
@ -1,11 +1,13 @@ |
|||
import QtQuick 2.0 |
|||
import QtMultimedia 5.15 |
|||
import QtMultimedia |
|||
|
|||
Audio { |
|||
MediaPlayer { |
|||
property variant quality: { |
|||
"low" : "http://stream-bg-01.radiotangra.com/Tangra-middle.m3u", |
|||
"high" : "http://stream-bg-01.radiotangra.com/Tangra-high.m3u" |
|||
} |
|||
|
|||
audioOutput: AudioOutput {} |
|||
|
|||
source: "http://stream-bg-01.radiotangra.com:8000/Tangra-high" |
|||
} |
|||
|
Loading…
Reference in new issue