Read-only archive of the All About Symbian forum (2001–2013) · About this archive

record amr buffers in 6630

0 replies · 1,526 views · Started 21 September 2005

i have code that record amr buffers which works fine in 6600
i try to port this code to 6630 which it gives me no error but while recording
it records nothing
it returns empty buffers
i dont know if the problem comes out becuas of these values

const TUid KMMFExControllerUID={0x101f5022};
const TUint32 KMMFFourCCCodecAMR={0x524d4120};
const TUid KMmfUidFormatRAWWrite ={0x101f5c17};

i dont know what these values should be

and i dont know if any other change should be done
i appreciate any help