mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioController/Src/AdvancedAudioResource.cpp
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
    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();