Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 542 Bytes

XPlatformVideoPlayer

A cross-platform portable class library and abstract implementation for a Video player that derives from XPlatformMediaPlayer.

Using Xamarin.Forms in you project, you can get your devices implementation with the following snippet:

IXPlatformVideoPlayer videoPlayer = DependencyService.Get<IXPlatformVideoPlayer>();

NuGet package at https://www.nuget.org/packages/CYINT.XPlatformVideoPlayer/

Install-Package CYINT.XPlatformVideoPlayer -Pre 

Contributors Welcome

To Do: iOS implementation UWP implementation