msp_ENDPOINT_RTPFDX_RTTS_CTRL

This video-specific structure enables or disables RTTS for MPEG-4, H.263, and H.264 endpoints.

Use msp_ENDPOINT_RTPFDX_RTTS_CTRL with the MSP_CMD_RTPFDX_RTTS_CTRL command, which is described in Configuring real-time timestamp generation.

Definition

typedef struct
{
U32         enable;                       // NZ=enable, Z=disable
} msp_ENDPOINT_RTPFDX_RTTS_CTRL;

Fields

Field name

Default

Description

enable

0

Enables or disables the RTTS feature. Valid values are:

0 - Disables RTTS.

Non-zero value – Enables RTTS.