How to setup TDVBCommand struct for this command ?
BYTE SAA_COMMAND[] = {7,0,0x10,1,5,0,0,0,0,0,0,0,0,0,0,0};
DD has this:
typedef struct
{
DWORD dwSize;
WORD wLen;
char Buf[32];
} TDVBCommand
I make some tests, but no success. With MDAPI works fine.
Search found 3 matches
- Tue Sep 30, 2008 11:54 am
- Forum: Module / Plugin Programming
- Topic: DDMODAPI_DVB_COMMAND how to send keys to CSA
- Replies: 0
- Views: 4661
- Sat Sep 27, 2008 10:58 am
- Forum: Module / Plugin Programming
- Topic: CALLBACK function for Filters
- Replies: 2
- Views: 6873
Thanks! I want to send Control Words to DD with DDMODAPI_DVB_COMMAND. Found TDVBCommand struct, but on MDAPI is different and i used this: //SAA_COMMAND : array [00..15] of Byte=(7,0,$10,1,5,0,0,0,0,0,0,0,0,0,0,0); unsigned short DVBSetDescrCmd = 0x0110; // or 010A for Linux_9_4_01_04 void SendCW(co...
- Fri Sep 19, 2008 6:51 am
- Forum: Module / Plugin Programming
- Topic: CALLBACK function for Filters
- Replies: 2
- Views: 6873
CALLBACK function for Filters
Hi,
I need some help.
What params takes Callback function (dwHookProc) for filters started with DDMODAPI_START_FILTER command?
I need some help.
What params takes Callback function (dwHookProc) for filters started with DDMODAPI_START_FILTER command?