audiostubs/devsoundextensions_stubs/mmfdevsoundadaptation_stub/src/MmfDevSoundAdaptationBody.cpp
changeset 27 7fd5a1cdf0d8
parent 9 f935d51494d1
equal deleted inserted replaced
20:eea8496efb72 27:7fd5a1cdf0d8
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include <e32base.h>
    20 #include <e32base.h>
    21 #include <mdaaudiotoneplayer.h>
    21 #include <mdaaudiotoneplayer.h>
    22 
    22 
    23 #include "g711decoderintfc.h"
    23 #include "G711DecoderIntfc.h"
    24 #include "g729decoderintfc.h"
    24 #include "G729DecoderIntfc.h"
    25 #include "ilbcdecoderintfc.h"
    25 #include "IlbcDecoderIntfc.h"
    26 #include "g711encoderintfc.h"
    26 #include "G711EncoderIntfc.h"
    27 #include "g729encoderintfc.h"
    27 #include "G729EncoderIntfc.h"
    28 #include "ilbcencoderintfc.h"
    28 #include "IlbcEncoderIntfc.h"
    29 #include "errorconcealmentintfc.h"
    29 #include "ErrorConcealmentIntfc.h"
    30 #include "speechencoderconfig.h"
    30 #include "SpeechEncoderConfig.h"
    31 
    31 
    32 #include "audioinputmessagetypes.h"
    32 #include "AudioInputMessageTypes.h"
    33 #include "audiooutputmessagetypes.h"
    33 #include "AudioOutputMessageTypes.h"
    34 //#include "AudioResourceMessageTypes.h"
    34 //#include "AudioResourceMessageTypes.h"
    35 
    35 
    36 #include "audioinputci.h"
    36 #include "AudioInputCI.h"
    37 #include "audiooutputci.h"
    37 #include "AudioOutputCI.h"
    38 #include "g711decoderintfcci.h"
    38 #include "G711DecoderIntfcCI.h"
    39 #include "g729decoderintfcci.h"
    39 #include "G729DecoderIntfcCI.h"
    40 #include "ilbcdecoderintfcci.h"
    40 #include "IlbcDecoderIntfcCI.h"
    41 #include "g711encoderintfcci.h"
    41 #include "G711EncoderIntfcCI.h"
    42 #include "g729encoderintfcci.h"
    42 #include "G729EncoderIntfcCI.h"
    43 #include "ilbcencoderintfcci.h"
    43 #include "IlbcEncoderIntfcCI.h"
    44 #include "errorconcealmentintfcci.h"
    44 #include "ErrorConcealmentIntfcCI.h"
    45 #include "speechencoderconfigci.h"
    45 #include "SpeechEncoderConfigCI.h"
    46 
    46 
    47 //#include <AudioResourceCIStub.h>
    47 //#include <AudioResourceCIStub.h>
    48 //#include <AudioEqualizerCI.h>
    48 //#include <AudioEqualizerCI.h>
    49 //#include <EnvironmentalReverbCI.h>
    49 //#include <EnvironmentalReverbCI.h>
    50 //#include <StereoWideningCI.h>
    50 //#include <StereoWideningCI.h>
    62 
    62 
    63 //#include <AddedDevSoundControlCI.h>
    63 //#include <AddedDevSoundControlCI.h>
    64 //#include <AddedDevSoundControlCIStub.h>
    64 //#include <AddedDevSoundControlCIStub.h>
    65 //#include <RestrictedAudioOutputCI.h>
    65 //#include <RestrictedAudioOutputCI.h>
    66 
    66 
    67 #include "mmfdevsoundadaptationbody.h"
    67 #include "MmfDevSoundAdaptationBody.h"
    68 #include "mmfhwdevicestub.h"
    68 #include "MmfHwDeviceStub.h"
    69 #include "toneplaycompletetimer.h"
    69 #include "TonePlayCompleteTimer.h"
    70 
    70 
    71 
    71 
    72 // CONSTANTS
    72 // CONSTANTS
    73 #ifdef _DEBUG
    73 #ifdef _DEBUG
    74 #include "e32debug.h"
    74 #include "e32debug.h"