Enum AlertType
All kinds of alerts.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum AlertType
Fields
| Name | Description |
|---|---|
| QoSBurstOccured | Packet Burst phenomenon.
|
| QoSCameraLowFramerate | Camera is capturing low framerate. Information supplied : float framerate; |
| QoSCameraMisfunction | Camera is not working. No other information |
| QoSHighLossLateRate | A received media stream suffers from high loss or late rate. Information provided is: ��- float loss_rate ��- float late_rate ��- string media_type {audio, video, text} |
| QoSHighRemoteLossRate | A report of high loss rate is received from remote party. Information provided: float loss_rate. |
| QoSLostSignal | The operating system reports a loss of radio signal (wifi or mobile)
|
| QoSLowDownloadBandwidthEstimation | Low bandwidth detected. Information provided: float bandwidth; in kbit/s. |
| QoSLowQualityReceivedVideo | Low quality (bitrate) video received. Information provided: float bitrate in kbit/s, int width, int height |
| QoSLowQualitySentVideo | Low quality video is being sent. Information provided: float bitrate in kbit/s, int width, int height |
| QoSLowSignal | The operating system reports a low radio signal (wifi or mobile)
|
| QoSRetransmissionFailures | Loss rate is significant but retransmissions fail to arrive on time.
|
| QoSVideoStalled | Video decoding has stopped for a given period (10 s by default). No other information. |