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