⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dvb_descriptor.h

📁 DVB MPEG2 system stream 分析, 包含 各個talbe(EIT,PMT,PAT,SDT),以及video,audio. 對於學習數字電視有很大幫助.
💻 H
字号:
/*$Id: dvb_descriptor.h,v 1.8 2004/01/01 20:31:22 rasc Exp $  DVBSNOOP a dvb sniffer  and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004   Rainer.Scherg@gmx.de (rasc) -- DVB Descriptors  ETSI 300 468$Log: dvb_descriptor.h,v $Revision 1.8  2004/01/01 20:31:22  rascPES program stream map, minor descriptor cleanupRevision 1.7  2004/01/01 20:09:19  rascDSM-CC INT/UNT descriptorsPES-sync changed, TS sync changed,descriptor scopeother changesRevision 1.6  2003/12/27 18:17:17  rascdsmcc PES dsmcc_program_stream_descriptorlistRevision 1.5  2003/11/26 23:54:47  rasc-- bugfixes on Linkage descriptorRevision 1.4  2003/11/26 19:55:32  rascno messageRevision 1.3  2003/10/25 19:11:49  rascno messageRevision 1.2  2003/10/19 21:05:53  rasc- some datacarousell stuff startedRevision 1.1  2003/07/08 19:59:50  rascrestructuring... some new, some fixes,trying to include DSM-CC, Well someone a ISO13818-6 and latest version of ISO 18313-1 to spare?*/#ifndef _DVB_DESCRIPTOR_H#define _DVB_DESCRIPTOR_H 1int   descriptorDVB (u_char *b);void  descriptorDVB_NetName (u_char *b);void  descriptorDVB_ServList (u_char *b);void  descriptorDVB_Stuffing (u_char *b);void  descriptorDVB_SatDelivSys (u_char *b);void  descriptorDVB_CableDelivSys (u_char *b);void  descriptorDVB_VBI_Data (u_char *b);void  descriptorDVB_VBI_Teletext (u_char *b);void  descriptorDVB_BouquetName (u_char *b);void  descriptorDVB_Service (u_char *b);void  descriptorDVB_CountryAvail (u_char *b);void  descriptorDVB_Linkage (u_char *b);  void sub_descriptorDVB_Linkage0x08 (u_char *b, int len);  void sub_descriptorDVB_Linkage0x09 (u_char *b, int len);  void sub_descriptorDVB_Linkage0x0B (u_char *b, int len);  void sub_descriptorDVB_Linkage0x0C (u_char *b, int len);void  descriptorDVB_NVOD_Reference (u_char *b);void  descriptorDVB_TimeShiftedService (u_char *b);void  descriptorDVB_ShortEvent (u_char *b);void  descriptorDVB_ExtendedEvent (u_char *b);void  descriptorDVB_TimeShiftedEvent (u_char *b);void  descriptorDVB_Component (u_char *b);void  descriptorDVB_Mosaic (u_char *b);void  descriptorDVB_StreamIdent (u_char *b);void  descriptorDVB_CAIdentifier (u_char *b);void  descriptorDVB_Content(u_char *b);void  descriptorDVB_ParentalRating(u_char *b);void  descriptorDVB_Teletext (u_char *b);void  descriptorDVB_Telephone(u_char *b);void  descriptorDVB_LocalTimeOffset (u_char *b);void  descriptorDVB_Subtitling(u_char *b);void  descriptorDVB_TerrestDelivSys (u_char *b);void  descriptorDVB_MultilingNetworkName (u_char *b);void  descriptorDVB_MultilingBouquetName (u_char *b);void  descriptorDVB_MultilingServiceName (u_char *b);void  descriptorDVB_MultilingComponent (u_char *b);void  descriptorDVB_PrivateDataSpecifier (u_char *b);void  descriptorDVB_ServiceMove (u_char *b);void  descriptorDVB_FrequencyList (u_char *b);void  descriptorDVB_ShortSmoothingBuffer(u_char *b);void  descriptorDVB_PartialTransportStream(u_char *b);void  descriptorDVB_DataBroadcast (u_char *b);void  descriptorDVB_CASystem(u_char *b);void  descriptorDVB_DataBroadcastID(u_char *b);void  descriptorDVB_TransportStream(u_char *b);void  descriptorDVB_DSNG(u_char *b);void  descriptorDVB_PDC(u_char *b);void  descriptorDVB_AC3(u_char *b);void  descriptorDVB_AncillaryData(u_char *b);void  descriptorDVB_CellList(u_char *b);void  descriptorDVB_CellFrequencyLink(u_char *b);void  descriptorDVB_AnnouncementSupport(u_char *b);void  descriptorDVB_ApplicationSignalling(u_char *b);void  descriptorDVB_AdaptionFieldData(u_char *b);void  descriptorDVB_ServiceIdentifier(u_char *b);void  descriptorDVB_ServiceAvailability(u_char *b);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -