mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Data/AACAudioPlayControllerResource.rss
changeset 0 71ca22bcf22a
child 7 709f89d8c047
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  AACAudioPlayControllerPlugin resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include "AACAudioPlayControllerResource.rh"
       
    21 
       
    22 //  RESOURCE DEFINITIONS 
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // aacDecoder
       
    27 // AAC decoder resource file.
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE aacDecoder
       
    32     {
       
    33     shared_buffer_max_num = 2;
       
    34     shared_buffer_max_size = 40960;
       
    35     sampling_rate = EAapSampleRate16000Hz;
       
    36     stereo_support = 2;
       
    37     metadata_support = EAapMetadataSupportTrue;
       
    38 
       
    39     configuration_parameters =
       
    40     		{
       
    41     		AAC_DECODER_CONFIG_PARAMS
       
    42     			{
       
    43     			input_sampling_frequency = 44100;
       
    44      			input_channels = 2;   			
       
    45      			input_profile = 1;
       
    46     			input_frame_length = 1024;
       
    47     			down_mixing = 0;
       
    48     			output_channel_selection = 2;
       
    49     			decimation_factor = 0;
       
    50     			concealment_level = 0;
       
    51     			sample_length = 16;
       
    52     			output_sampling_frequency = 0;
       
    53 				ext_Object_Type = 0;
       
    54     			}
       
    55     		};
       
    56     }
       
    57 
       
    58 // End of File
       
    59 
       
    60