mmserv/tms/inc/tmsclientserver.h
changeset 42 1fa3fb47b1e3
parent 22 128eb6a32b84
child 46 0ac9a5310753
child 55 e267340986c9
equal deleted inserted replaced
32:94fc26b6e006 42:1fa3fb47b1e3
    56     ETMSRingToneDeinit,
    56     ETMSRingToneDeinit,
    57     ETMSRingTonePlay,
    57     ETMSRingTonePlay,
    58     ETMSRingTonePause,
    58     ETMSRingTonePause,
    59     ETMSRingToneStop,
    59     ETMSRingToneStop,
    60     ETMSRingToneMute,
    60     ETMSRingToneMute,
    61     ETMSStartDTMFNotifier,
    61     ETMSInitDTMF,
    62     ETMSCancelDTMFNotifier,
       
    63     ETMSStartDTMF,
    62     ETMSStartDTMF,
    64     ETMSStopDTMF,
    63     ETMSStopDTMF,
    65     ETMSContinueDTMF,
    64     ETMSContinueDTMF,
    66     ETMSStartInbandTone,
    65     ETMSStartInbandTone,
    67     ETMSStopInbandTone
    66     ETMSStopInbandTone
    80 enum TMSGlobalEffectsPsKey
    79 enum TMSGlobalEffectsPsKey
    81     {
    80     {
    82     EGlobalEffectsPsVolume = 10,
    81     EGlobalEffectsPsVolume = 10,
    83     EGlobalEffectsPsGain,
    82     EGlobalEffectsPsGain,
    84     ERoutingPs,
    83     ERoutingPs,
    85     EDtmfPs
    84     EDtmfPs,
       
    85     ESyncVolume
    86     };
    86     };
    87 
    87 
    88 // TMSServer message queue notifier type keys
    88 // TMSServer message queue notifier type keys
    89 enum TMSMsgQueueNotifierType
    89 enum TMSMsgQueueNotifierType
    90     {
    90     {