public Form1()
        {
            InitializeComponent();

            AXVLC.VLCPlugin2Class p = new AXVLC.VLCPlugin2Class();
            p.addTarget("C:\\zk.m4a", null, VLCPlaylistMode.VLCPlayListInsert, 0);
            p.play();
        }
Пример #2
0
 public VLCServer(System.Diagnostics.EventLog l)
 {
     this.player = new AXVLC.VLCPlugin2Class();
     this.logger = l;
 }
Пример #3
0
 public VLCServer(System.Diagnostics.EventLog l)
 {
     this.player = new AXVLC.VLCPlugin2Class();
     this.logger = l;
 }