summaryrefslogtreecommitdiff
path: root/toxav/audio.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-05-22 23:22:31 +0200
committermannol <eniz_vukovic@hotmail.com>2015-05-22 23:22:31 +0200
commit3100042a2b78f4f80d23f67e6113797cd8fb5df0 (patch)
treec226f4b25002784d93f9bb6415be4b55b76cddd1 /toxav/audio.h
parent62c40af1a0c557ba8c77583c972ae3af9af15cf1 (diff)
parent2ba076ac5cc6efb5eb41fb4aa6a77a151885f26c (diff)
Updated with master
Diffstat (limited to 'toxav/audio.h')
-rw-r--r--toxav/audio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/audio.h b/toxav/audio.h
index c003bac0..9ef10ae4 100644
--- a/toxav/audio.h
+++ b/toxav/audio.h
@@ -61,13 +61,13 @@ typedef struct ACSession_s {
61 61
62 ToxAV* av; 62 ToxAV* av;
63 uint32_t friend_number; 63 uint32_t friend_number;
64 PAIR(toxav_receive_audio_frame_cb *, void *) acb; /* Audio frame receive callback */ 64 PAIR(toxav_audio_receive_frame_cb *, void *) acb; /* Audio frame receive callback */
65} ACSession; 65} ACSession;
66 66
67/* 67/*
68 * Create new Audio Codec session. 68 * Create new Audio Codec session.
69 */ 69 */
70ACSession* ac_new(ToxAV* av, uint32_t friend_number, toxav_receive_audio_frame_cb *cb, void *cb_data); 70ACSession* ac_new(ToxAV* av, uint32_t friend_number, toxav_audio_receive_frame_cb *cb, void *cb_data);
71/* 71/*
72 * Kill the Audio Codec session. 72 * Kill the Audio Codec session.
73 */ 73 */