\Kendo\UI\MediaPlayerMedia

A PHP class representing the media setting of MediaPlayer.

Methods

source

String or an array of objects that hold the URL or URLs of the videos.

Returns

\Kendo\UI\MediaPlayerMedia

Parameters

$value string

Example

<?php
$media = new \Kendo\UI\MediaPlayerMedia();
$media->source('value');
?>

title

Specifies the title of the media that will be played.

Returns

\Kendo\UI\MediaPlayerMedia

Parameters

$value string

Example

<?php
$media = new \Kendo\UI\MediaPlayerMedia();
$media->title('value');
?>
In this article
Not finding the help you need?