Tantod Chetan

Tantod Chetan

  • NA
  • 3
  • 4.5k

How to stream video using vlc plugin in c#

Aug 24 2015 3:10 AM
axVLCPlugin21.AutoPlay = false;
axVLCPlugin21.playlist.add(@"F:\01.mp4");
}
private void button1_Click(object sender, EventArgs e)
{
axVLCPlugin21.playlist.playItem(0);
}

Answers (1)