C# Windows Media Player - 缺少类/构造函数

本文关键字:构造函数 Windows Media Player | 更新日期: 2023-09-27 18:37:05

我正在尝试从表单播放mp3文件。我使用了以下代码:

WindowsMediaPlayer player = new WindowsMediaPlayer("mp3 file path here");

但是,新的WindowsMediaPlayer()函数表示该类不包含接受参数的构造函数。我还读到它有时不能正确生成类,但通过删除表单组件并再次放置它,它会自行更正。没有运气。

C# Windows Media Player - 缺少类/构造函数

不要使用构造器尝试AxWMPLib.AxWindowsMediaPlayer wmp = new AxWMPLib.AxWindowsMediaPlayer();唰。网址="一些网址";