mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioController/Inc/AdvancedAudioResource.hrh
changeset 0 71ca22bcf22a
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:  Constant declaration for Advanced Audio Controller resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef ADVANCEDAUDIORESOURCE_HRH
       
    21 #define ADVANCEDAUDIORESOURCE_HRH
       
    22 
       
    23 // Sampling Rate
       
    24 #define EAapSampleRate8000Hz   			8000
       
    25 #define EAapSampleRate11025Hz  			11025
       
    26 #define EAapSampleRate16000Hz  			16000
       
    27 #define EAapSampleRate22050Hz  			22050
       
    28 #define EAapSampleRate32000Hz  			32000
       
    29 #define EAapSampleRate44100Hz  			44100
       
    30 #define EAapSampleRate48000Hz  			48000
       
    31 #define EAapSampleRate88200Hz  			88200
       
    32 #define EAapSampleRate96000Hz  			96000
       
    33 
       
    34 // Metadata Support
       
    35 #define EAapMetadataSupportFalse		0x0000
       
    36 #define EAapMetadataSupportTrue			0x0001
       
    37 
       
    38 
       
    39 #endif		// ADVANCEDAUDIORESOURCE_HRH
       
    40 
       
    41 // End of File