Speedify SDK for Desktop/Embedded
15.0.1
|
Streaming mode stats.
#include <types.h>
Data Fields | |
SpeedifySDK_BondingMode | bondingMode |
Bonding mode in use. More... | |
uint32_t | streamsCount |
Number of streams in this result. More... | |
SpeedifySDK_StreamStats | streams [SPEEDIFYSDK_MAX_STREAMS] |
Per-stream stats. More... | |
bool | badLoss |
Indicator of high loss, greater than 3%. Only tracked while active streams are running. More... | |
bool | badLatency |
Indicator of high latency, greater than 300ms. Only tracked while active streams are running. More... | |
bool | badCpu |
Indicator of high CPU usage on the system, greater than 90%. Only tracked while active streams are running. More... | |
bool | badMemory |
Indicator of high memory usage on the system, greater than 90%. Only tracked while active streams are running. More... | |
bool SpeedifySDK_StreamingStats::badCpu |
Indicator of high CPU usage on the system, greater than 90%. Only tracked while active streams are running.
bool SpeedifySDK_StreamingStats::badLatency |
Indicator of high latency, greater than 300ms. Only tracked while active streams are running.
bool SpeedifySDK_StreamingStats::badLoss |
Indicator of high loss, greater than 3%. Only tracked while active streams are running.
bool SpeedifySDK_StreamingStats::badMemory |
Indicator of high memory usage on the system, greater than 90%. Only tracked while active streams are running.
SpeedifySDK_BondingMode SpeedifySDK_StreamingStats::bondingMode |
Bonding mode in use.
SpeedifySDK_StreamStats SpeedifySDK_StreamingStats::streams[SPEEDIFYSDK_MAX_STREAMS] |
Per-stream stats.
uint32_t SpeedifySDK_StreamingStats::streamsCount |
Number of streams in this result.