Exemplo n.º 1
0
 public static extern int lame_scan_mem_with_callback_(IntPtr pEngine, byte[] data, uint uSize, ref LameScanFeedBack cb, IntPtr user_data);
Exemplo n.º 2
0
 public static extern int lame_scan_file_with_callback_(IntPtr pEngine, string pFileName, ref LameScanFeedBack cb, IntPtr user_data);