Пример #1
0
 internal bool Flush(out OggPage page)
 {
     return(SafeNativeMethods.OggStreamFlush(_state, out page) != 0);
 }