Esempio n. 1
0
 public bool TakeSnapshot(string fileName, UInt32 width, UInt32 height)
 {
     return(_libvlc_video_take_snapshot?.Invoke(_mediaPlayer, 0, Encoding.UTF8.GetBytes(fileName + "\0"), width, height) == 1);
 }