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.
- Host: GitHub
- URL: https://github.com/egbakou/vlcxamsample
- Owner: egbakou
- Created: 2021-08-15T23:13:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T07:12:41.000Z (over 4 years ago)
- Last Synced: 2025-03-21T11:50:34.088Z (about 1 year ago)
- Topics: customization, getting-started, libvlc, libvlcsharp, videolan, xamarin-forms
- Language: C#
- Homepage:
- Size: 5.82 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.