This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a property to VlcMediaPlayer for the VlcMedia instance associated to it. - Removed static dictionary of VlcMedias per player that was inside VlcMedia.cs file. As there is only one VlcMedia per VlcMediaPlayer there is no longer need to maintain this dictionary, neither to control thread safe access to it. - Added a sample to add and remove multiple players.
- Loading branch information