-
-
Notifications
You must be signed in to change notification settings - Fork 304
Access native platform features
Martijn van Dijk edited this page Sep 25, 2019
·
1 revision
| Feature | Android | iOS, Mac, tvOS | UWP | Tizen | WPF |
|---|---|---|---|---|---|
| Audio | ✓ | ✓ | ✓ | ✓ | ✓ |
| Video | ✓ | ✓ | ✓ | ✓ | ✓ |
| Queue | ✓ | ✓ | ✓ | ✓ | ✓ |
| Notifications | ✓ | ✓ | ✓ | ✓ | ✓ |
| Volume | ✓ | ✓ | ✓ | ✓ | ✓ |
| Media Extraction | ✓ | ✓ | ✓ | ✓ | ✓ |
| HLS | ✓ | ✓ | |||
| DASH | ✓ | ||||
| SmoothStreaming | ✓ | ||||
| ChromeCast | ✓ | ||||
| Airplay | ✓ | ||||
| Xamarin.Forms | ✓ | ✓ | ✓ | ✓ |
You can also directly access the native platform implementation if you need it!
//Android
CrossMediaManager.Android.*
//iOS, MacOS or tvOS
CrossMediaManager.Apple.*
//UWP
CrossMediaManager.Windows.*
//Tizen
CrossMediaManager.Tizen.*
//WPF
CrossMediaManager.Wpf.*