Esempio n. 1
0
 internal bool Flush(out OggPage page) => SafeNativeMethods.OggStreamFlush(_state, out page) != 0;
Esempio n. 2
0
 internal bool PageOut(out OggPage page) => SafeNativeMethods.OggSyncPageOut(_state, out page) == 1;
Esempio n. 3
0
 internal bool PageOut(out OggPage page) => SafeNativeMethods.OggStreamPageOut(_state, out page) != 0;