Beispiel #1
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpack_writeclear(oggpack_buffer *b);
Beispiel #2
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpack_readinit(oggpack_buffer *b, byte *buf, int bytes);
Beispiel #3
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpack_writetrunc(oggpack_buffer *b, nint bits);
Beispiel #4
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpack_writecopy(oggpack_buffer *b, void *source, nint bits);
Beispiel #5
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern byte *oggpackB_get_buffer(oggpack_buffer *b);
Beispiel #6
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int oggpack_writecheck(oggpack_buffer *b);
Beispiel #7
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern nint oggpackB_bits(oggpack_buffer *b);
Beispiel #8
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpackB_adv(oggpack_buffer *b, int bits);
Beispiel #9
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpackB_write(oggpack_buffer *b, nuint value, int bits);
Beispiel #10
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern void oggpackB_reset(oggpack_buffer *b);
Beispiel #11
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern nint oggpack_read(oggpack_buffer *b, int bits);