Hi,

In our driver we use the following structure for getting the
MPEG1 data from the network. For that we use the following
structure.... .


typedef struct tagKS_MPEG1VIDEOINFO {
KS_VIDEOINFOHEADER hdr;
DWORD dwStartTime;
DWORD cbSequenceHeader;
BYTE bSequenceHeader[1];
} KS_MPEG1VIDEOINFO;


The source for MPEG1 data is a video camera......

We would like to know what values are to be given for the above
mentioned structure.

Thanx in advance..

With Regards,

K. Murugesh.