MSP_VIDEO_CHANNEL_PARMS

This video-specific structure defines the jitter buffer parameters for a video channel. These parameters cannot be changed.

Use MSP_VIDEO_CHANNEL_PARMS as a parameter in the MSP_CHANNEL_PARAMETER structure, which is used with mspCreateChannel.

typedef struct tag_MSP_VIDEO_CHANNEL_PARMS
{
    DWORD size;
     msp_FILTER_JITTER_PARMS JitterParms; // Video Jitter parameters cannot
                                         // be modified
} MSP_VIDEO_CHANNEL_PARMS;

For more information, see Creating a channel and the MSPP Service Developer's Reference Manual.