root/trunk/epgdumpr2/ts_ctl.h

リビジョン 136, 0.8 kB (コミッタ: sorshi, コミット時期: 13 年 前)

foltiaで利用しているepgdumpを追加

Line 
1 #ifndef __TS_CONTROL_H__
2 #define __TS_CONTROL_H__
3
4 #include        "util.h"
5
6 typedef struct  _SVT_CONTROL    SVT_CONTROL;
7 struct  _SVT_CONTROL{
8         SVT_CONTROL     *next ;
9         SVT_CONTROL     *prev ;
10         int             event_id ;                      // �ゃ��潟�ID
11         int             original_network_id ;                   // OriginalNetworkID
12         int             transport_stream_id ;                   // TransporrtStreamID
13         char    servicename[MAXSECLEN] ;                // �泣������};
14
15 typedef struct  _EIT_CONTROL    EIT_CONTROL;
16 struct  _EIT_CONTROL{
17         EIT_CONTROL     *next ;
18         EIT_CONTROL     *prev ;
19         int             table_id ;
20         int             servid ;
21         int             event_id ;                      // �ゃ��潟�ID
22         int             content_type ;          // �潟��������ゃ�
23     int         yy;
24     int         mm;
25     int         dd;
26     int         hh;
27     int         hm;
28         int             ss;
29         int             dhh;
30         int             dhm;
31         int             dss;
32         int             ehh;
33         int             emm;
34         int             ess;
35         char    *title ;                        // �帥����
36         char    *subtitle ;                     // �泣��帥����
37 };
38 #endif
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。
track feed