<kendo:mediaPlayer-media>
The object which holds the information about the media that will be played by the control.
Example
<kendo:mediaPlayer>
<kendo:mediaPlayer-media></kendo:mediaPlayer-media>
</kendo:mediaPlayer>
Configuration Attributes
source java.lang.String
String or an array of objects that hold the URL or URLs of the videos.
Example
<kendo:mediaPlayer-media source="source">
</kendo:mediaPlayer-media>
title java.lang.String
Specifies the title of the media that will be played.
Example
<kendo:mediaPlayer-media title="title">
</kendo:mediaPlayer-media>