Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_StreamingStats Struct Reference

Detailed Description

Streaming mode stats.

Since
9.6

#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...
 

Field Documentation

◆ badCpu

bool SpeedifySDK_StreamingStats::badCpu

Indicator of high CPU usage on the system, greater than 90%. Only tracked while active streams are running.

Since
11.5

◆ badLatency

bool SpeedifySDK_StreamingStats::badLatency

Indicator of high latency, greater than 300ms. Only tracked while active streams are running.

Since
11.5

◆ badLoss

bool SpeedifySDK_StreamingStats::badLoss

Indicator of high loss, greater than 3%. Only tracked while active streams are running.

Since
11.5

◆ badMemory

bool SpeedifySDK_StreamingStats::badMemory

Indicator of high memory usage on the system, greater than 90%. Only tracked while active streams are running.

Since
11.5

◆ bondingMode

SpeedifySDK_BondingMode SpeedifySDK_StreamingStats::bondingMode

Bonding mode in use.

Since
9.6

◆ streams

SpeedifySDK_StreamStats SpeedifySDK_StreamingStats::streams[SPEEDIFYSDK_MAX_STREAMS]

Per-stream stats.

Since
9.6

◆ streamsCount

uint32_t SpeedifySDK_StreamingStats::streamsCount

Number of streams in this result.

Since
9.6

The documentation for this struct was generated from the following file: