Contains members used to initialize a video stream for video capture.
typedef struct {
DWORD dwMicroSecPerFrame; //see below
DWORD dwCallback; //see below
DWORD dwCallbackInst; //see below
DWORD dwFlags; //see below
DWORD hVideo; //handle to the video channel
} VIDEO_STREAM_INIT_PARMS;
VIDEO_ALLOWSYNC | If this flag is not specified, the device will fail to open if it is a synchronous device. |
CALLBACK_WINDOW | Indicates dwCallback contains a window handle. |
CALLBACK_FUNCTION | Indicates dwCallback contains a callback function address. |