media.titleString
Specifies the title of the media that will be played.
Example - specify a video
<div id="mediaplayer"></div>
<script>
$("#mediaplayer").kendoMediaPlayer({
media: { title: "Kendo UI for jQuery: Welcome and Overview", source: "https://www.youtube.com/watch?v=UbkbVBNYZMc" }
});
</script>
In this article