public OggVorbisComment GetComment(int link) { IntPtr ret = OvMarshal.ov_comment(vfp, link); return(new OggVorbisComment(ret, text_encoding)); }