Search found 1 match
- Tue Aug 23, 2011 5:31 am
- Forum: Module / Plugin Programming
- Topic: Acquring the ECM
- Replies: 2
- Views: 29229
Hi, to obtain an ECM (or any other table) you have to start a filter in a PID. You can do this using MDAPI_START_FILTER and a TSTART_FILTER object. For example (suppose ECM pid is 0x112): ... TSTART_FILTER Obj; //Declare it global or with a global scope ... void MyFilterFunc(int MyFilter, int DataLe...