Adds an audio player to the info stack.
Using the infoUrl, infoAudio, infoText, and infoVideo events, media and text can be shown on the Info tab. Multiple entries can be active simultaneously and are arranged in a stack.
if true, autoplay the audio
the height specifying pixels or as a %
if true, remove all existing content from the info stack
a link to the audio media. Must be served using https:
"audio"
{ type: "audio", src: "https://raw.githubusercontent.com/quasarframework/quasar-ui-qmediaplayer/dev/demo/public/media/Scott_Holmes_-_04_-_Upbeat_Party.mp3", height: "20px", autoplay: true, removeExisting: false, } Copy
{ type: "audio", src: "https://raw.githubusercontent.com/quasarframework/quasar-ui-qmediaplayer/dev/demo/public/media/Scott_Holmes_-_04_-_Upbeat_Party.mp3", height: "20px", autoplay: true, removeExisting: false, }
Adds an audio player to the info stack.
Using the infoUrl, infoAudio, infoText, and infoVideo events, media and text can be shown on the Info tab. Multiple entries can be active simultaneously and are arranged in a stack.