msp_ENDPOINT_RTPFDX_SET_VID_SKEW

This video-specific structure sets a video skew value to be signaled in RTCP sender report packets for full-duplex and simplex send video RTP endpoints.

Use this structure with the MSP_CMD_RTPFDX_VIDEO_SKEW_TIME command, which is described in Enabling RTP video send endpoints to send video skew values to the IP destination.

Definition

typedef struct
{
    U32   vidSkew;  // Set value to 0-4095ms in 5th-16th bits
} msp_ENDPOINT_RTPFDX_SET_VID_SKEW;

Fields

Field name

Default

Description

vidSkew

0

Video skew value in ms, using the 5th - 16th bits of the DWORD. Valid values are 0 to 4095 ms.

Use the RTCP_VIDEO_SKEW macro to set the appropriate skew value. If the skew value indicates video lead time, as opposed to video lag time, use the RTCP_VIDEO_LEADS_AUDIO macro.

For more information, see Using RTCP for audio/video synchronization.