コード例 #1
0
 public void AddComment(uint streamSerialNumber, XiphComment comment)
 {
     comment_hash.Add(streamSerialNumber, comment);
     tags.Add(comment);
 }
コード例 #2
0
ファイル: Codec.cs プロジェクト: windygu/alexandrialibrary
 public abstract void SetCommentPacket(ByteVectorCollection packets, XiphComment comment);
コード例 #3
0
 public void SetComment(XiphComment comment)
 {
     codec.SetCommentPacket(packets, comment);
 }