コード例 #1
0
 private static extern th_dec_ctx_ptr th_decode_alloc(ref Th_Info _info, th_setup_info_ptr _setup);
コード例 #2
0
 private static extern void th_info_clear(ref Th_Info _info);
コード例 #3
0
 private static extern int th_decode_headerin(ref Th_Info _info, ref Th_Comment _tc, ref th_setup_info_ptr _setup, ogg_packet_ptr _op);
コード例 #4
0
 private static extern void th_info_init(ref Th_Info c);