mmserv/voipaudioservices/VoIPServer/inc/VoIPServerThread.h
branchRCL_3
changeset 41 a36789189b53
parent 0 71ca22bcf22a
child 53 eabc8c503852
equal deleted inserted replaced
40:60e492b28869 41:a36789189b53
    14  * Description:  VoIP Audio Services - Uplink stream API
    14  * Description:  VoIP Audio Services - Uplink stream API
    15  *               Defines uplink and downlink thread objects.
    15  *               Defines uplink and downlink thread objects.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef __VOIPAUDIOSERVERTHREAD_H
    19 #ifndef VOIPAUDIOSERVERTHREAD_H
    20 #define __VOIPAUDIOSERVERTHREAD_H
    20 #define VOIPAUDIOSERVERTHREAD_H
    21 
    21 
    22 #include <e32msgqueue.h>
    22 #include <e32msgqueue.h>
    23 #include <sounddevice.h>
    23 #include <sounddevice.h>
    24 #include "JitterBufferObserver.h"
    24 #include "JitterBufferObserver.h"
    25 #include "JitterBuffer.h"
    25 #include "JitterBuffer.h"
   279     TInt iSamplesRecCount;
   279     TInt iSamplesRecCount;
   280 #endif
   280 #endif
   281 
   281 
   282     };
   282     };
   283 
   283 
   284 #endif  // __VOIPAUDIOSERVERTHREAD_H
   284 #endif  // VOIPAUDIOSERVERTHREAD_H
   285 
   285 
   286 // End of file
   286 // End of file