コード例 #1
0
 public static extern int speex_bits_reset(SpeexBits *bits);
コード例 #2
0
 public static extern int speex_bits_destroy(SpeexBits *bits);
コード例 #3
0
 public static extern void speex_bits_init(SpeexBits *bits);
コード例 #4
0
 public static extern int speex_decode_int(void *state, SpeexBits *bits, short *output); // IntPtr
コード例 #5
0
 public static extern int speex_bits_read_from(SpeexBits *bits, byte *inputBuffer, int inputByteCount);
コード例 #6
0
 public static extern int speex_bits_write_whole_bytes(SpeexBits *bits, byte *bytes, int max_len);       // char *
コード例 #7
0
 public static extern int speex_encode_int(void *state, short *input, SpeexBits *bits);  // IntPtr