예제 #1
0
 public ZPlay()
 {
     this.objptr = ZPlay.zplay_CreateZPlay();
     if (this.objptr == 0U)
     {
         throw new Exception("Can't create libZPlay interface.");
     }
     if (this.GetVersion() < 190)
     {
         throw new Exception("Need libZPlay.dll version 1.90 and above.");
     }
 }