コード例 #1
0
ファイル: lame.cs プロジェクト: zss2003/rs-ame-connector
 public static extern int lame_scan_mem_with_callback_(System.IntPtr pEngine, byte[] data, uint uSize, ScanInternalFileEvent_ cb, System.IntPtr user_data);
コード例 #2
0
ファイル: lame.cs プロジェクト: zss2003/rs-ame-connector
 public void SetEventHandle(ScanInternalFileEvent handle)
 {
     _handle_file = handle;
     al           = new ScanInternalFileEvent_(ScanInternalFile);
 }
コード例 #3
0
ファイル: lame.cs プロジェクト: zss2003/rs-ame-connector
 public static extern int lame_scan_file_with_callback_(System.IntPtr pEngine, string pFileName, ScanInternalFileEvent_ cb, System.IntPtr user_data);