The AxWindowsMediaPlayer control when embedded in a C# winform gets choppy playback.
The only time it plays smoothly is when it is in fullscreen mode.
How can I get the performance of the fullscreen mode all the time?
The AxWindowsMediaPlayer control when embedded in a C# winform gets choppy playback.
The only time it plays smoothly is when it is in fullscreen mode.
How can I get the performance of the fullscreen mode all the time?
Just figured it out.
Had windowlessVideo
set to true
which made it render directly onto the winform which caused a loss in quality.