The VoipMediaEngine..::.RECEIVED_RTP_MEDIA_CONFLICT type exposes the following members.
Fields
Name | Description | |
---|---|---|
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.
|