Beispiel #1
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
Beispiel #2
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern byte *ogg_sync_buffer(ogg_sync_state *oy, nint size);
Beispiel #3
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int ogg_sync_wrote(ogg_sync_state *oy, nint bytes);
Beispiel #4
0
 [DllImport(LibraryName, ExactSpelling = true)] public static extern int ogg_sync_check(ogg_sync_state *oy);