Exemple #1
0
 /// <summary>
 /// 本行を表示したくない場合はこれを呼ぶ。
 /// </summary>
 public void clear()
 {
     this.rate = null;
 }
Exemple #2
0
 public outputFormatEncoderInfo()
 {
     this.tag  = new epgTitle("ENC");
     this.rate = new epgEncoderRate();
 }