Search found 3 matches
- Sun Nov 05, 2006 1:38 pm
- Forum: Module / Plugin Programming
- Topic: create a module ot Directshow filter to create a buffer
- Replies: 3
- Views: 10538
Hi, I did capture TS packets ZeroMemory(&sft,sizeof(sft)); sft.dwSize=sizeof(sft); sft.wFilterType=FT_TSFULL; sft.wPID=0x2000; sft.dwHookProc=(DWORD)cb; strcpy(sft.Description,"Timeshift"); SendMessage(hwndDD,WM_MODULE_MSG,DDMODAPI_START_FILTER,LPARAM(&sft)); The callback funcion: bool __stdcall cb ...
- Fri Nov 03, 2006 1:02 pm
- Forum: Module / Plugin Programming
- Topic: create a module ot Directshow filter to create a buffer
- Replies: 3
- Views: 10538
- Fri Nov 03, 2006 6:31 am
- Forum: Module / Plugin Programming
- Topic: create a module ot Directshow filter to create a buffer
- Replies: 3
- Views: 10538
create a module ot Directshow filter to create a buffer
Hi, I need to create a buffer for introducing a timeshift for all TS.
NOTE: not a single ES but all the TS.
Can I do it with modules api or directshow filter?
Thank You very much.
Regards.
NOTE: not a single ES but all the TS.
Can I do it with modules api or directshow filter?
Thank You very much.
Regards.