public void AddComment(uint streamSerialNumber, XiphComment comment) { comment_hash.Add(streamSerialNumber, comment); tags.Add(comment); }
public abstract void SetCommentPacket(ByteVectorCollection packets, XiphComment comment);
public void SetComment(XiphComment comment) { codec.SetCommentPacket(packets, comment); }