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