C# Play Audio CD
Posted: 07 Mar 2022 10:09
Hello, I am wanting to play a CD track using C# with the VLC plugin, I am using the following code but it does not work:
Can anybody help me
Code: Select all
axVLCPlugin21.playlist.add(@"cdda:///H:/", null, @":cdda-track=1");
axVLCPlugin21.playlist.play();