sourcestats: add function to get minsamples

This commit is contained in:
Miroslav Lichvar
2022-02-10 16:38:50 +01:00
parent f9af2f9733
commit d06ae4a60e
2 changed files with 10 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ extern void SST_DoSourcestatsReport(SST_Stats inst, RPT_SourcestatsReport *repor
extern int SST_Samples(SST_Stats inst);
extern int SST_GetMinSamples(SST_Stats inst);
extern double SST_GetJitterAsymmetry(SST_Stats inst);
#endif /* GOT_SOURCESTATS_H */