An open API service indexing awesome lists of open source software.

https://github.com/egbakou/vlcxamsample

A sample demonstrates how to use and customize the LibVLCSharp MediaElement control.
https://github.com/egbakou/vlcxamsample

customization getting-started libvlc libvlcsharp videolan xamarin-forms

Last synced: about 1 year ago
JSON representation

A sample demonstrates how to use and customize the LibVLCSharp MediaElement control.

Awesome Lists containing this project

README

          

## How to use the MediaElement control ?

```xaml

```

Without customization, the view looks like VLC Android or iOS UI.

| | |
| ------------------------------------------------------------ | ------------------------------------------------------------ |

> This screenshot comes from the sample using LibVLCSharp.Forms v.3.5.1

## Customizations

- [x] Hide the Playback Controls (the Seek bar and the buttons Bar)

```xaml



```

- [x] Change the Main Color

```xaml



```

| | |
| ------------------------------------------------------------ | ------------------------------------------------------------ |

> This screenshot comes from the sample using LibVLCSharp.Forms v.3.5.1

Just type `Ctrl + Space` in the `vlc:PlaybackControls` tag to discover more customizable properties.