stop gap toxav video sending interval

This commit is contained in:
Green Sky
2025-03-07 16:56:24 +01:00
parent e618732f43
commit 03f2c904ce
4 changed files with 39 additions and 8 deletions

View File

@ -109,6 +109,9 @@ struct ToxAVI : public ToxAVEventProviderI {
ToxAVI(Tox* tox);
virtual ~ToxAVI(void);
// NOTE: interval timers are only interesting for receiving streams
// if we are only sending, it will always report 195ms
// interface
// if iterate is called on a different thread, it will fire events there
uint32_t toxavIterationInterval(void) const;