omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrendererconst.h
changeset 1 e0d606d6e3b1
parent 0 58be5850fb6c
equal deleted inserted replaced
0:58be5850fb6c 1:e0d606d6e3b1
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    50 
    50 
    51 const TBool KDefaultMuted = EFalse;
    51 const TBool KDefaultMuted = EFalse;
    52 
    52 
    53 const RMdaDevSound::TMdaSoundEncoding KDefaultEncoding = RMdaDevSound::EMdaSoundEncoding16BitPCM;
    53 const RMdaDevSound::TMdaSoundEncoding KDefaultEncoding = RMdaDevSound::EMdaSoundEncoding16BitPCM;
    54 
    54 
       
    55 /**
       
    56  * Custom index used by Symbian's OpenMAX IL PCM renderer to select the
       
    57  * structure for setting/getting a Volume Ramp configuration data item
       
    58  */
       
    59 #define OMX_SYMBIANINDEXCONFIGAUDIOPCMVOLUMERAMP 0x7F000002
       
    60 
       
    61 /**
       
    62  * Custom index used by Symbian's OpenMAX IL PCM renderer to select the
       
    63  * structure for getting a Data Amount configuration data item
       
    64  */
       
    65 #define OMX_SYMBIANINDEXCONFIGAUDIODATAAMOUNT 0x7F000003
       
    66 
    55 #endif /*OMXILPCMRENDERERCONST_H_*/
    67 #endif /*OMXILPCMRENDERERCONST_H_*/