media.title String
Specifies the title of the media that will be played.
Example - specify a video
<div id="mediaplayer" />
<script>
$("#mediaplayer").kendoMediaPlayer({
media: { title: "Digital Transformation: A New Way of Thinking", source: "https://www.youtube.com/watch?v=gNlya720gbk" }
});
</script>