|
ZOOM Windows SDK
5.2.42037.1112
|
Notify video status information. Here are more detailed structural descriptions. More...
#include <setting_service_interface.h>
Public Attributes | |
| int | latency_send_ |
| Sending latency, unit: ms. | |
| int | latency_recv_ |
| Receiving latency, unit: ms. | |
| int | jitter_send_ |
| Sending jitter, unit: ms. | |
| int | jitter_recv_ |
| Receiving jitter, unit: ms. | |
| float | packetloss_send_max_ |
| Sending max packet loss, unit: %. | |
| float | packetloss_recv_max_ |
| Receiving max packet loss, unit: %. | |
| float | packetloss_send_avg_ |
| Sending average packet loss, unit: %. | |
| float | packetloss_recv_avg_ |
| Receiving average packet loss, unit: %. | |
| int | resolution_send_ |
| HIWORD->height, LOWORD->width. | |
| int | resolution_recv_ |
| HIWORD->height, LOWORD->width. | |
| int | fps_send_ |
| Frame per second sending. | |
| int | fps_recv_ |
| Frame per second receiving. | |
Notify video status information. Here are more detailed structural descriptions.
1.8.14