Collapse All
Parallels C API Reference Guide
PRL_VIDEO_RECEIVER_STATISTICS Structure
Other Structs
Syntax
struct PRL_VIDEO_RECEIVER_STATISTICS {
  PRL_UINT64 rtt;
  PRL_UINT64 recvTotalBytes;
  PRL_UINT64 recvBytesPerSecond;
  PRL_UINT64 packetsReceived;
  PRL_UINT64 packetsLost;
  PRL_UINT64 recvFramerate;
  PRL_UINT64 outputFramerate;
};
File

PrlApiVideoReceiver.h

Links
What do you think about this topic? Send feedback!