media Object

The object which holds the information about the media that will be played by the control.

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>
In this article