equal
deleted
inserted
replaced
20 #include "MMFCodecBaseDefinitions.h" |
20 #include "MMFCodecBaseDefinitions.h" |
21 #include "MMFAudioCodecBase.h" |
21 #include "MMFAudioCodecBase.h" |
22 #include <mmf/server/devsoundstandardcustominterfaces.h> |
22 #include <mmf/server/devsoundstandardcustominterfaces.h> |
23 |
23 |
24 const TUint KMaxImaAdpcmBlockAlign = 2048; |
24 const TUint KMaxImaAdpcmBlockAlign = 2048; |
|
25 const TUint KImaAdpcmBitsPerSample = 4; |
25 |
26 |
26 //mono so iImaAdpcmTo16Pcm constructed with 1 (mono) |
27 //mono so iImaAdpcmTo16Pcm constructed with 1 (mono) |
27 class CMMFImaAdPcmPcm16Codec : public CMMFCodec, public MMMFDevSoundCustomInterfaceFileBlockLength |
28 class CMMFImaAdPcmPcm16Codec : public CMMFCodec, public MMMFDevSoundCustomInterfaceFileBlockLength |
28 { |
29 { |
29 public: |
30 public: |