LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::AudioPlayoutStats Struct Reference

Statistics for audio playout performance. More...

#include <stats.h>

Public Attributes

std::string kind
 The type of media ("audio").
 
double synthesized_samples_duration
 Duration of synthesized samples in seconds.
 
std::uint32_t synthesized_samples_events
 Number of synthesis events (e.g., concealment).
 
double total_samples_duration
 Total duration of all samples in seconds.
 
double total_playout_delay
 Cumulative playout delay in seconds.
 
std::uint64_t total_samples_count
 Total number of samples played out.
 

Detailed Description

Statistics for audio playout performance.

Contains metrics about audio sample synthesis and playout timing, useful for monitoring audio quality and detecting issues like underruns.


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