devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigProxy/src/SpeechEncoderConfigProxy.cpp
changeset 54 b68f3e90dca1
parent 0 40261b775718
equal deleted inserted replaced
51:613e4e943120 54:b68f3e90dca1
   148                                                ptr));
   148                                                ptr));
   149    	RDesReadStream stream(ptr);
   149    	RDesReadStream stream(ptr);
   150     CleanupClosePushL(stream); // stream on cleanup
   150     CleanupClosePushL(stream); // stream on cleanup
   151    	for (TInt i=0; i<numberOfBitratesPckg(); i++)
   151    	for (TInt i=0; i<numberOfBitratesPckg(); i++)
   152       	{
   152       	{
   153    		aSupportedBitrates.Append(stream.ReadUint32L());
   153    		aSupportedBitrates.AppendL(stream.ReadUint32L());
   154    		}
   154    		}
   155    	CleanupStack::PopAndDestroy(&stream);
   155    	CleanupStack::PopAndDestroy(&stream);
   156    	CleanupStack::PopAndDestroy(buf);
   156    	CleanupStack::PopAndDestroy(buf);
   157     }
   157     }
   158 
   158