Where to find Tizen.Xamarin.Forms.Extension library
Where to find Tizen.Xamarin.Forms.Extension library
BY 15 Jan 2018Tizen .NET
In many code snippets in official tutorials references to classes from Tizen.Xamarin.Forms.Extension namespace are made. A nuget package of that name is referenced by projects in Tizen-CSharp-Samples repository on GitHub. The problem is that I can’t seem to find this library enywhere, not on NuGet, not in my system. I have the latest version of the SDK and everything installed my the Package Manager. Am I missing something? I’m trying to show an RTSP stream using this code from the tutorial but can’t compile it because of missing reference to the extension library:
var mediaView =newTizen.Xamarin.Forms.Extension.MediaView();
mediaView.NativeViewCreated+=(s, e)=>{
player.Display=newDisplay((Tizen.Multimedia.MediaView)mediaView.NativeView);};
Where to find Tizen.Xamarin.Forms.Extension library
In many code snippets in official tutorials references to classes from Tizen.Xamarin.Forms.Extension namespace are made. A nuget package of that name is referenced by projects in Tizen-CSharp-Samples repository on GitHub. The problem is that I can’t seem to find this library enywhere, not on NuGet, not in my system. I have the latest version of the SDK and everything installed my the Package Manager. Am I missing something? I’m trying to show an RTSP stream using this code from the tutorial but can’t compile it because of missing reference to the extension library:
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio