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