mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-02 17:56:45 +02:00
Modified header files structuring
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
|
||||
#include <tox/toxav.h>
|
||||
|
||||
#include "audio_call.h"
|
||||
#include "video_device.h"
|
||||
|
||||
typedef enum _VideoError {
|
||||
@ -35,7 +36,7 @@ typedef enum _VideoError {
|
||||
} VideoError;
|
||||
|
||||
/* You will have to pass pointer to first member of 'windows' declared in windows.c */
|
||||
ToxAV *init_video(ToxWindow *self, Tox *tox);
|
||||
ToxAV *init_video(ToxWindow *self, Tox *tox, ToxAV *av, CallControl *user_data);
|
||||
void terminate_video();
|
||||
//int start_video_transmission(ToxWindow *self, Call *call);
|
||||
//int stop_video_transmission(Call *call, int friend_number);
|
||||
|
Reference in New Issue
Block a user