linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Ring_start and audio record


From: romater
Subject: [Linphone-developers] Ring_start and audio record
Date: Thu, 11 Oct 2007 12:33:37 -0700

 

Hello,Everyone:
       
        Now, I meet two problem;
       1.about phone ring:
           RingStream *r;
          const char *file;
          MSSndCard *sc;
          const char * card_id=NULL;
         // ms_init(); have contained in sip init
          file=c:\\ring.wav;
         sc=ms_snd_card_manager_get_default_card(ms_snd_card_manager_get());
          r=ring_start(file,2000,sc);
        sleep(10);
         ring_stop(r);
         the problem is that ring_start compiled error in VC6.
     2. If I want record the send and receive audio stream into a wav file ,how should I do?
                                  
 
 
 
                                                                                                                                                                                  Romater
 
 
 
 
 
 
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]