Page 1 of 1

C# Play Audio CD

Posted: 07 Mar 2022 10:09
by jgalvan031986
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:

Code: Select all

axVLCPlugin21.playlist.add(@"cdda:///H:/", null, @":cdda-track=1"); axVLCPlugin21.playlist.play();
Can anybody help me