Ejemplo n.º 1
0
 //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);
Ejemplo n.º 2
0
 extern static public int th_decode_headerin(ref th_info _info, ref th_comment _tc, ref IntPtr _setup, ref ogg_packet _op);