mmserv/voipaudioservices/inc/VoIPAudioClientServer.h
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    14  * Description:  Defines constants, structs and enumerated list of opcodes
    14  * Description:  Defines constants, structs and enumerated list of opcodes
    15  *                used for message passing between the client and the server.
    15  *                used for message passing between the client and the server.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef __VOIPAUDIOCLIENTSERVER_H
    19 #ifndef VOIPAUDIOCLIENTSERVER_H
    20 #define __VOIPAUDIOCLIENTSERVER_H
    20 #define VOIPAUDIOCLIENTSERVER_H
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <f32file.h> //for RFile
    23 #include <f32file.h> //for RFile
    24 #include <voipaudiocommon.h>
    24 #include <voipaudiocommon.h>
    25 
    25 
    88     EVoIPCloseRingTonePlayer,
    88     EVoIPCloseRingTonePlayer,
    89     EVoIPConfigJitterBuffer,
    89     EVoIPConfigJitterBuffer,
    90     EVoIPResetJitterBuffer,
    90     EVoIPResetJitterBuffer,
    91     EVoIPJBDelayDown,
    91     EVoIPJBDelayDown,
    92     EVoIPJBDelayUp,
    92     EVoIPJBDelayUp,
    93 
       
    94     EVoIPSessionClose
    93     EVoIPSessionClose
    95     };
    94     };
    96 
    95 
    97 // Ring tone open methods
    96 // Ring tone open methods
    98 enum TVoIPToneTypeRequest
    97 enum TVoIPToneTypeRequest
   167     TBuf<KTonesBufferSize> iFileName;
   166     TBuf<KTonesBufferSize> iFileName;
   168     };
   167     };
   169 
   168 
   170 typedef TPckgBuf<TTonesMsgBuf> TTonesMsgBufPckg;
   169 typedef TPckgBuf<TTonesMsgBuf> TTonesMsgBufPckg;
   171 
   170 
   172 #endif //__VOIPAUDIOCLIENTSERVER_H
   171 #endif //VOIPAUDIOCLIENTSERVER_H
   173 
   172 
   174 // End of file
   173 // End of file