The VoipMediaEngine class is the primary class for accessing all the capabilities of the LanScape VOIP Media Engine.

The VoipMediaEngine..::.RECEIVED_RTP_MEDIA_CONFLICT type exposes the following members.

Constructors

Fields

  NameDescription
DetectedFarEndMediaIpAddress
The detected IP address of the far end device that is sending RTP packets to the media engine.
DetectedFarEndMediaPort
The detected UDP port of the far end device that is sending RTP packets to the media engine.
NegotiatedFarEndMediaIpAddress
The SIP negotiated IP address of the far end device that is sending RTP packets to the media engine.
NegotiatedFarEndMediaPort
The SIP negotiated UDP port of the far end device that is sending RTP packets to the media engine.
NewFarEndMediaIpAddress
This value is specified by the application and returned to the media engine. When application software sets this IP address value, the media engine will use it as the new destination IP address of all transmitted RTP media packets. For most application, you will want to set this value to the IP address specified in the DetectedFarEndMediaIpAddress member described above.
NewFarEndMediaPort
This value is specified by the application and returned to the media engine. When application software sets this UDP port value, the media engine will use it as the new destination RTP port of all transmitted RTP media packets. For most application, you will want to set this value to the UDP port specified in the DetectedFarEndMediaPort member described above.
PhoneLine
The zero based phone line the RTP media is associated with.
RtpHeaderLengthInBytes
The number of bytes in the RTP header.
RtpPacketBuffer
A byte buffer containing the raw RTP packet.
RtpPacketLengthInBytes
The total number of bytes in the RTP packet.
SampleBufferLengthInBytes
The number of bytes in the sample buffer.

See Also