コード例 #1
0
 public void Seek(int offset)
 {
     _decoder.Seek(offset);
     Position = offset;
 }