internal void HeaderOut(
     IntPtr dspState,
     out OggPacket first,
     out OggPacket second,
     out OggPacket third)
 {
     SafeNativeMethods.VorbisAnalysisHeaderOut(dspState, _comment, out first, out second, out third);
 }