New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Server-side Programming Overview
Classes and Properties
Here is a list with the basic properties available on server-side.
Property | Description |
---|---|
AutoPlay | Determines whether the media file will start playing on load. |
FullScreen | Determines whether Full Screen is switched on for the player. |
FullScreenButtonToolTip | The tooltip for the Full Screen button on the media player toolbar. |
HDActive | Determines whether HD mode is switched on for the player. |
HDButtonToolTip | The tooltip for the HD button on the media player toolbar. |
HDSource | Path of the HD media file. |
MimeType | Mime Type of the source media file to play. |
Muted | Determines whether the media has been muted. |
Poster | Path to the poster of the media. |
Source | Path to the source media file to play. |
Sources | Collection of MediaPlayerSource objects. |
StartTime | The start time for the media player. |
StartVolume | The start volume for the media player. |
Title | The title for the media file. |
TitleBar | Gets a reference to RadMediaPlayer's title bar. |
ToolBar | Gets a reference to RadMediaPlayer's tool bar. |
ToolbarDocked | Determines whether the tool bar will be docked to the control. |
VolumeButtonToolTip | The tooltip for the volume button on the media player tool bar. |