By default this value is set to non zero by the media engine. An application can set this value to zero for any received or "ready-to-be-transmitted" RTP packet. Doing so will allow the media engine to ignore the RTP packet. Primarily used so application software can filter RTP media packets.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public bool ProcessRtpPacket
Visual Basic (Declaration)
Public ProcessRtpPacket As Boolean
Visual C++
public:
bool ProcessRtpPacket
J#
public boolean ProcessRtpPacket

See Also