Exemple #1
0
        public outputFormatBasic(int net, serviceFormat service, ExchangeLetter ex)
        {
            this.service   = service;
            this.networkid = new epgNetowrkId(net);
            this.serviceid = new epgServiceId(service.serviceId.value);
            this.eventid   = new epgEventId(1);
            this.eventtime = new epgEventTime();
            this.duration  = new epgDuration(0);
            this.title     = new epgTitle("", ex);
            this.contents  = new epgDescribe("", ex);
            this.payment   = new epgPayment(0);

            this.exchangeLetter = ex;
        }
Exemple #2
0
 public outputFormatEncoderInfo()
 {
     this.tag  = new epgTitle("ENC");
     this.rate = new epgEncoderRate();
 }
Exemple #3
0
 public outputFormatCCJ()
 {
     this.tag      = new epgTitle("CCJ");
     this.subtitle = new epgSubtitle(0);
 }
Exemple #4
0
 public outputFormatParental()
 {
     this.tag  = new epgTitle("55");
     this.code = new epgParentalCode("4A504E");
     this.rate = new epgParentalRate(-1); // 未使用
 }