ZeBobo5 / Vlc.DotNet

.NET control that hosts the audio/video capabilities of the VLC libraries
MIT License
945 stars 418 forks source link

DVD and Bluray how get tiles? How change title? #619

Open SergeyDCT opened 4 years ago

SergeyDCT commented 4 years ago

Summary

In WPF app I used VlcControl. How get titles for DVD, Bluray disc? for example VLC Media Player https://prnt.sc/qyftp4

jeremyVignelles commented 4 years ago

It seems that LibVLCSharp can do it, but that it is not implemented in this project.

I encourage you to migrate to LibVLCSharp if you can, or to create a PR to implement these APIs.