Beispiel #1
0
 public void AddComment(uint streamSerialNumber, XiphComment comment)
 {
     comment_hash.Add(streamSerialNumber, comment);
     tags.Add(comment);
 }
Beispiel #2
0
 public abstract void SetCommentPacket(ByteVectorCollection packets, XiphComment comment);
Beispiel #3
0
 public void SetComment(XiphComment comment)
 {
     codec.SetCommentPacket(packets, comment);
 }