Пример #1
0
 internal int PacketOut(out OggPacket packet)
 {
     return(SafeNativeMethods.OggStreamPacketOut(_state, out packet));
 }