Ejemplo n.º 1
0
 internal void Wrote(int bytes)
 {
     if (SafeNativeMethods.OggSyncWrote(_state, bytes) != 0)
     {
         throw new IOException(Resources.NativeOggSyncWroteError);
     }
 }