Hello, everyone.
when I used the VLC API methd play() in C# program to play a video, and then it will show a video screen,right? But the screen position always change in windows, every time I played different videoes. How to fix the video's position in windows, for example, let the video screen always play at the center of windows screen. I search all method, function, or parameter, I did not found any result. Even I use Windows API , but it seems that the screen doesn't belong the windows neither. What should I do?
Thank you so much.