![]() |
PortSIP VoIP SDK Manual for Windows
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
Functions | |
Int32 | PortSIP.PortSIPLib.getAudioStatistics (Int32 sessionId, out Int32 sendBytes, out Int32 sendPackets, out Int32 sendPacketsLost, out Int32 sendFractionLost, out Int32 sendRttMS, out Int32 sendCodecType, out Int32 sendJitterMS, out Int32 sendAudioLevel, out Int32 recvBytes, out Int32 recvPackets, out Int32 recvPacketsLost, out Int32 recvFractionLost, out Int32 recvCodecType, out Int32 recvJitterMS, out Int32 recvAudioLevel) |
Obtain the statistics of audio channel. More... | |
Int32 | PortSIP.PortSIPLib.getVideoStatistics (Int32 sessionId, out Int32 sendBytes, out Int32 sendPackets, out Int32 sendPacketsLost, out Int32 sendFractionLost, out Int32 sendRttMS, out Int32 sendCodecType, out Int32 sendFrameWidth, out Int32 sendFrameHeight, out Int32 sendFramerate, out Int32 recvBytes, out Int32 recvPackets, out Int32 recvPacketsLost, out Int32 recvFractionLost, out Int32 recvCodecType, out Int32 recvFrameWidth, out Int32 recvFrameHeight, out Int32 recvBitrateBPS, out Int32 recvFramerate) |
Obtain the RTP statisics of video. More... | |
Int32 PortSIP.PortSIPLib.getAudioStatistics | ( | Int32 | sessionId, |
out Int32 | sendBytes, | ||
out Int32 | sendPackets, | ||
out Int32 | sendPacketsLost, | ||
out Int32 | sendFractionLost, | ||
out Int32 | sendRttMS, | ||
out Int32 | sendCodecType, | ||
out Int32 | sendJitterMS, | ||
out Int32 | sendAudioLevel, | ||
out Int32 | recvBytes, | ||
out Int32 | recvPackets, | ||
out Int32 | recvPacketsLost, | ||
out Int32 | recvFractionLost, | ||
out Int32 | recvCodecType, | ||
out Int32 | recvJitterMS, | ||
out Int32 | recvAudioLevel | ||
) |
Obtain the statistics of audio channel.
sessionId | The session ID of call conversation. |
sendBytes | The number of sent bytes. |
sendPackets | The number of sent packets. |
sendPacketsLost | The number of sent but lost packets. |
sendFractionLost | Fraction of sent but lost packets in percentage. |
sendRttMS | The round-trip time of the session, in milliseconds. |
sendCodecType | The sent Audio codec Type. |
sendJitterMS | The sent jitter, in milliseconds. |
sendAudioLevel | The sent audio level.It ranges 0 - 9. |
recvBytes | The number of received bytes. |
recvPackets | The number of received packets. |
recvPacketsLost | The number of received but lost packet. |
recvFractionLost | Fraction of received but lost packet in percentage. |
recvCodecType | Received Audio codec Type. |
recvJitterMS | The received jitter, in milliseconds. |
recvAudioLevel | The received audio level. It ranges 0 - 9. |
Int32 PortSIP.PortSIPLib.getVideoStatistics | ( | Int32 | sessionId, |
out Int32 | sendBytes, | ||
out Int32 | sendPackets, | ||
out Int32 | sendPacketsLost, | ||
out Int32 | sendFractionLost, | ||
out Int32 | sendRttMS, | ||
out Int32 | sendCodecType, | ||
out Int32 | sendFrameWidth, | ||
out Int32 | sendFrameHeight, | ||
out Int32 | sendFramerate, | ||
out Int32 | recvBytes, | ||
out Int32 | recvPackets, | ||
out Int32 | recvPacketsLost, | ||
out Int32 | recvFractionLost, | ||
out Int32 | recvCodecType, | ||
out Int32 | recvFrameWidth, | ||
out Int32 | recvFrameHeight, | ||
out Int32 | recvBitrateBPS, | ||
out Int32 | recvFramerate | ||
) |
Obtain the RTP statisics of video.
sessionId | The session ID of call conversation. |
sendBytes | The number of sent bytes. |
sendPackets | The number of sent packets. |
sendPacketsLost | The number of sent but lost packets. |
sendFractionLost | Fraction of sent but lost packets in percentage. |
sendRttMS | The round-trip time of the session, in milliseconds. |
sendCodecType | The sent Video codec type. |
sendFrameWidth | Frame width for the sent video. |
sendFrameHeight | Frame height for the sent video. |
sendBitrateBPS | Bitrate in BPS for the sent video. |
sendFramerate | Frame rate for the sent video. |
recvBytes | The number of received bytes. |
recvPackets | The number of received packets. |
recvPacketsLost | The number of received but lost packet. |
recvFractionLost | Fraction of received but lost packet in percentage. |
recvCodecType | Received Video codec type. |
recvFrameWidth | Frame width for the received video. |
recvFrameHeight | Frame height for the received video. |
recvBitrateBPS | (This parameter is not implemented yet) Bitrate in BPS for the received video. |
recvFramerate | Framerate for the received video. |