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