Search found 1 match

by mrwinch
Tue Aug 23, 2011 5:31 am
Forum: Module / Plugin Programming
Topic: Acquring the ECM
Replies: 2
Views: 15926

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...

Go to advanced search