示例#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("なにこれ");
 }