This is a migrated thread and some comments may be shown as answers.

RadMediaPlayer Doco

3 Answers 88 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 25 Feb 2012, 09:42 AM
Hi,
I am trying to load a wma byte[] into a RadMediaItem but is only seems to want a Uri. I can add a byte[] directly into the MediaItem object of RadMediaPlay via SetSource and this works. What I am having trouble doing is loading a list of RadMedia items from byte arrays adding each as I go into the player.
Don't quiet understand the relationship between a RadMediaItem and the MediaItem object of the Player. Would love to see some doco on this control. It looks really useful.
(oh I am using Q3 2011 currently download Q1 2012)

thanks
B

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 29 Feb 2012, 04:08 PM
Hello Barry,

 You can find the RadMediaPlayers help here. The "RadControls for Silverlight" ' s help is located here.
One of the key concepts in the RadMediaPlayer is that it is an ItemsControl that contains RadMediaItems and the the RadMediaItem wraps the System.Windows.Controls.MediaElement. This is crucial, for example if you wonder whether a specific format could be played in RadMediaPlayer, you have to check  the RadMediaItem's supported formats.
Please let us know if you need further assistance.

All the best,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Barry
Top achievements
Rank 1
answered on 05 Mar 2012, 10:18 AM
Thanks Petar,

also is it possible to use the radmediaplayer to present images rather than video's?

regards
Barry
0
Petar Mladenov
Telerik team
answered on 06 Mar 2012, 12:48 PM
Hello Barry ,

 There are no Image formats in the list of the MediaElement's supported formats. So the same is applicable for the RadMEdiaPlayer.

Greetings,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
MediaPlayer
Asked by
Barry
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Barry
Top achievements
Rank 1
Share this question
or