コード例 #1
0
ファイル: Ogg.cs プロジェクト: giovann997/spacewar-arena
 //extern static public th_dec_ctx* th_decode_alloc(th_info* _info, th_setup_info* _setup);
 extern static public IntPtr th_decode_alloc(ref th_info _info, IntPtr _setup);
コード例 #2
0
ファイル: Ogg.cs プロジェクト: giovann997/spacewar-arena
 extern static public int th_decode_headerin(ref th_info _info, ref th_comment _tc, ref IntPtr _setup, ref ogg_packet _op);