Prosody RTP processing: API: sm_vmprx_status_discard_codec_specific

Prototype Definition

int sm_vmprx_status_discard_codec_specific(tSMVMPrxId vmprx)

Parameters

vmprx
The VMP[rx] to discard the codec specific status from

Description

When sm_vmprx_status() has reported a status of kSMVMPrxStatusCodecSpecific the codec specific status must be read before further status updates can be reported. This function is used to discard such codec specific status reports when the application is not interested in them. As such, this function is the default call for handling such status reports.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody RTP processing API.