Languages

Menu
Sites
Language
Media Player with Custom Renderer

Hello there ,

I am trying to use the Player to play videos for TizenTV. With xamarin.Forms you would use a custom renderer (i.e. ViewRenderer) for that. However the samples I see are basically impleneting that as a service .
So is there any sample where the player is used with then a customer renderer  ? 

 

Responses

3 Replies
Armaan-Ul- Islam

All the samples resides here:

Tizen .NET Samples

 

Additionally These Guides Discuss about handling Media in Tizen.NET:

Media Playback Guide

Media Content Guide

 

Xamarin being CrossPlatform any general Rendering PCL Code should work for Tizen.NET platform.

Ahmad ElMadi

Thanks but this is not what I am looking for , the examples we have are about implementing the Player as a service that will take the who surface. what I want is to implement it using CustomRenderers so i can have full control over the view. 
In the video https://www.youtube.com/watch?v=9SFBEFHDQlI&t=2704s he makes that happening but i suppose he uses the depricated extension 

tizen.xamarin.forms.extension . And also i cannot find his code.  

So is it possible to do that with custom renderer  ? all i need  is to have "SetNativeControl" 

Armaan-Ul- Islam

One thing I can Suggest is to Post a Comment on the YouTube Video. If you're lucky, You may get a response from the presenter.

 

In addition, These Resources seems relevant. Check them Out, If they are off your use..

http://tizenappschool.org/tutorial/97/contents/13 (May Need to Translate)

http://tizenappschool.org/tutorial/97/contents/10 (May Need to Translate)

https://github.com/xamarin/Xamarin.Forms/tree/master/Xamarin.Forms.Platform.Tizen/Renderers