Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_StreamingSessionStats Struct Reference

Detailed Description

Contains session stats regarding streaming mode.

Since
10.0

#include <types.h>

Data Fields

uint64_t totalFailoverSaves
 Total number of saves from a failover. More...
 
uint64_t totalSpeedModeSaves
 Total number of saves while in speed mode. More...
 
uint64_t totalRedundantModeSaves
 Total number of saves while in redundant mode. More...
 
uint64_t totalStreams
 Total number of streams seen. More...
 
uint64_t uniqueSaves
 Unique streams saved. More...
 

Field Documentation

◆ totalFailoverSaves

uint64_t SpeedifySDK_StreamingSessionStats::totalFailoverSaves

Total number of saves from a failover.

Since
10.0

◆ totalRedundantModeSaves

uint64_t SpeedifySDK_StreamingSessionStats::totalRedundantModeSaves

Total number of saves while in redundant mode.

Since
10.0

◆ totalSpeedModeSaves

uint64_t SpeedifySDK_StreamingSessionStats::totalSpeedModeSaves

Total number of saves while in speed mode.

Since
10.0

◆ totalStreams

uint64_t SpeedifySDK_StreamingSessionStats::totalStreams

Total number of streams seen.

Since
10.0

◆ uniqueSaves

uint64_t SpeedifySDK_StreamingSessionStats::uniqueSaves

Unique streams saved.

Since
10.0

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