This function is deprecated.
int sm_vidmptx_create(struct sm_vidmptx_create_parms *vidmptxp)
typedef struct sm_vidmptx_create_parms { tSMVidMPtxId vidmptx; /* out */ tSMModuleId module; /* in */ } SM_VIDMPTX_CREATE_PARMS;
Allocates, on a specific module, a new VidMP[tx] to transmit RTP data to a remote device.
If the call completes successfully, the parameter vidmptx will be set to the identifier for that vidmptx.
This requires the module vmptx to have been downloaded.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.