X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c326dee2e7ce346cffecd196d971dd91ef1454f5..7698f560bce1d097c887cbee427e0389fa85eee6:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index a23abf1e..76fb442f 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -82,10 +82,11 @@ public: }; Signal1 serviceEvent; - + struct videoStream { int pid; + int component_tag; }; struct audioStream @@ -93,7 +94,9 @@ public: int pid; enum { atMPEG, atAC3, atDTS }; int type; // mpeg2, ac3, dts, ... - // language code, ... + + int component_tag; + std::string language_code; /* iso-639, if available. */ }; struct program @@ -103,6 +106,7 @@ public: // ca info int pcrPid; int pmtPid; + bool isCrypted; }; int getProgramInfo(struct program &program);