From 022e3289dd84a0225a6441a90492c6698e2faba5 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Thu, 10 May 2012 18:29:00 +0930 Subject: [PATCH] Quieten new compile warnings --- serval.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/serval.h b/serval.h index e6e6661b..3018e89d 100755 --- a/serval.h +++ b/serval.h @@ -1445,10 +1445,14 @@ extern monitor_audio *audev; monitor_audio *audio_msm_g1_detect(); monitor_audio *audio_alsa_detect(); int detectAudioDevice(); +int getAudioPlayFd(); +int getAudioRecordFd(); int getAudioBytes(unsigned char *buffer, int offset, int bufferSize); int playAudio(unsigned char *data,int bytes); +int startAudio(); +int stopAudio(); int encodeAndDispatchRecordedAudio(int fd,int callSessionToken, int recordCodec, unsigned char *sampleData,