mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioController/Src/AdvancedAudioResource.cpp
branchRCL_3
changeset 7 709f89d8c047
parent 0 71ca22bcf22a
equal deleted inserted replaced
3:4f62049db6ac 7:709f89d8c047
    87 	iResourceBuf = iResourceFile.AllocReadL(aResourceId);
    87 	iResourceBuf = iResourceFile.AllocReadL(aResourceId);
    88 	iResourceReader.SetBuffer(iResourceBuf);
    88 	iResourceReader.SetBuffer(iResourceBuf);
    89 
    89 
    90 	iProperties.iSharedBufferMaxNum = iResourceReader.ReadInt32();
    90 	iProperties.iSharedBufferMaxNum = iResourceReader.ReadInt32();
    91 	iProperties.iSharedBufferMaxSize = iResourceReader.ReadInt32();
    91 	iProperties.iSharedBufferMaxSize = iResourceReader.ReadInt32();
       
    92 	iProperties.iSharedBufferMaxSizeForNonSeekableSrc = iResourceReader.ReadInt32();
    92 	iProperties.iSamplingRate = iResourceReader.ReadInt32();
    93 	iProperties.iSamplingRate = iResourceReader.ReadInt32();
    93 	iProperties.iStereoSupport = iResourceReader.ReadInt32();
    94 	iProperties.iStereoSupport = iResourceReader.ReadInt32();
    94 	iProperties.iMetaDataSupport = iResourceReader.ReadInt32();
    95 	iProperties.iMetaDataSupport = iResourceReader.ReadInt32();
    95 
    96 
    96 	ReadCodecConfigParametersL();
    97 	ReadCodecConfigParametersL();