The FILTER_RECEIVED_RTP_PACKETS enumeration defines values that are used to specify how certain receive RTP packet errors are to be filtered/ignored. For additional information, see the FilterReceivedRtpPackets(VoipMediaEngine, Int32, VoipMediaEngine..::.RtpPacketAccess..::.FILTER_RECEIVED_RTP_PACKETS, Boolean) API procedure.

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

Syntax

C#
public enum FILTER_RECEIVED_RTP_PACKETS
Visual Basic (Declaration)
Public Enumeration FILTER_RECEIVED_RTP_PACKETS
Visual C++
public enum class FILTER_RECEIVED_RTP_PACKETS
J#
public enum FILTER_RECEIVED_RTP_PACKETS

Members

Member nameDescription
RTP_FILTER_UNUSED
Not used.
RTP_FILTER_BAD_PAYLOAD_SIZE
Specifies that received RTP packets not having the proper packet size will be ignored.
RTP_FILTER_BAD_PAYLOAD_ID
Specifies that received RTP packets not having the proper media payload ID value will be ignored.

See Also