mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Data/MP3AudioPlayControllerResource.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 15:29:42 +0300
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  MP3AudioPlayControllerPlugin resource file.
*
*/


//  INCLUDES
#include "MP3AudioPlayControllerResource.rh"

//  RESOURCE DEFINITIONS 

// -----------------------------------------------------------------------------
//   
// mp3Decoder
// MP3 decoder resource file.
//
// -----------------------------------------------------------------------------
//
RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE mp3Decoder
    {
    shared_buffer_max_num = 1;
    shared_buffer_max_size = 528000; // multiple of 48000
    shared_buffer_max_size_non_seekable_source = 40960;
    sampling_rate = EAapSampleRate16000Hz;
    stereo_support = 2;
    metadata_support = EAapMetadataSupportTrue;

    configuration_parameters =
    		{
    		MP3_DECODER_CONFIG_PARAMS
    			{
    			stereo_to_mono_switch = 0;
    			decode_left_or_right_channel = 0;
    			decimation_factor = 0;
    			concealment_level = 1;
    			sample_length = 16;
    			sampling_frequency = 44100;
    			}
    		};
    }
    
// End of File