1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 03:16:45 +02:00

Implemented audio calls using new ToxAV API

This commit is contained in:
cnhenry
2015-07-03 14:39:27 -05:00
parent 3241551cfb
commit f2121fae74
12 changed files with 142 additions and 3553 deletions

View File

@ -147,14 +147,14 @@ struct ToxWindow {
void(*onWriteDevice)(ToxWindow *, Tox *, uint32_t, int, const int16_t *, unsigned int, uint8_t, unsigned int);
int device_selection[2]; /* -1 if not set, if set uses these selections instead of primary device */
bool is_call;
int ringing_sound;
#endif /* AUDIO */
int active_box; /* For box notify */
char name[TOXIC_MAX_NAME_LENGTH + 1];
int num; /* corresponds to friendnumber in chat windows */
uint32_t num; /* corresponds to friendnumber in chat windows */
bool active;
int x;