예제 #1
0
 public static extern int Play(IntPtr device, int cmd, int flags, ref PlayParams p);
예제 #2
0
 public static extern int Play(IntPtr device, int cmd, int flags, ref PlayParams p);
예제 #3
0
 public static bool PlayEx(string path, PlayParams vidParams)
 {
     throw new NotImplementedException("なにこれ");
 }