RadMediaItem allows a user to populate RadMediaPlayer with media items.
RadMediaItem is identified by the following properties:
Source - the Uri of the media file;
ImageSource - the Uri of the image file that will represent RadMediaItem in RadMediaPlayer's playlist;
Header - Content that is displayed in the Playlist area of RadMediaPlayer.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls.MediaPlayer (in Telerik.Windows.Controls.MediaPlayer.dll) Version: 2013.1.403.1050
Syntax
| Visual Basic |
|---|
Public Class RadMediaItem _
Inherits HeaderedSelector _
Implements ISelectable |
Inheritance Hierarchy
See Also