1

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?

John
  • 5,942
  • 3
  • 42
  • 79

1 Answers1

1

Just figured it out.

Had windowlessVideo set to true which made it render directly onto the winform which caused a loss in quality.

Reza Aghaei
  • 120,393
  • 18
  • 203
  • 398
John
  • 5,942
  • 3
  • 42
  • 79