mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudiorecordcontroller/Data/AMRAudioRecordControllerResource.rss
changeset 0 71ca22bcf22a
child 7 709f89d8c047
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2004 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:  AMRAudioRecordControllerPlugin resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include "AMRAudioRecordControllerResource.rh"
       
    21 
       
    22 //  RESOURCE DEFINITIONS 
       
    23 
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 //   
       
    27 // amrEncoder
       
    28 // AMR encoder resource file.
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE amrEncoder
       
    33     {
       
    34     shared_buffer_max_num = 4;
       
    35     shared_buffer_max_size = 1024;
       
    36     sampling_rate = EAapSampleRate8000Hz;
       
    37     stereo_support = 0;
       
    38     metadata_support = EAapMetadataSupportFalse;
       
    39 
       
    40     configuration_parameters =
       
    41     		{
       
    42     		AMR_ENCODER_CONFIG_PARAMS
       
    43     			{
       
    44     			encoding_mode = 1;
       
    45     			dtx_flag = 1;
       
    46    			supported_bit_rates = 
       
    47     				{
       
    48     				MODE { bit_rate = 4750; },
       
    49     				MODE { bit_rate = 5150; },
       
    50     				MODE { bit_rate = 5900; },
       
    51     				MODE { bit_rate = 6700; },
       
    52     				MODE { bit_rate = 7400; },
       
    53     				MODE { bit_rate = 7950; },
       
    54     				MODE { bit_rate = 10200; },
       
    55     				MODE { bit_rate = 12200; }
       
    56     				};
       
    57     			supported_sample_rates = 
       
    58     				{
       
    59     				SAMPLERATE { sample_rate = 8000; }
       
    60    				};
       
    61     			}
       
    62     		};
       
    63     }
       
    64 
       
    65 // End of File
       
    66 
       
    67