Previous | Next |
The WMReaderStatistics structure describes the performance of the WMReader.
Syntax
typedef struct _WMReaderStatistics{
DWORD cbSize;
DWORD dwBandwidth;
DWORD cPacketsReceived;
DWORD cPacketsRecovered;
DWORD cPacketsLost;
WORD wQuality;
};
Members
cbSize
Count of bytes in size.
dwBandwidth
Double word containing the bandwidth.
cPacketsReceived
Count of packets received.
cPacketsRecovered
Count of packets recovered.
cPacketsLost
Count of packets lost.
wQuality
Word containing the quality.
See Also
Previous | Next |