devicediagnostics/diagplugins/diagearpieceplugin/inc/diagaudiorecorderprivatecrkeys.h
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2007 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:  Private Central Repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DIAGAUDIORECORDERPRIVATECRKEYS_H
       
    20 #define DIAGAUDIORECORDERPRIVATECRKEYS_H
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <e32std.h>
       
    25 
       
    26 // =============================================================================
       
    27 // Audio Recorder 
       
    28 // =============================================================================
       
    29 
       
    30 const TUid KCRUidDiagVoiceRecorderPlugin = { 0x2000E58C }; 
       
    31 	
       
    32 
       
    33 /**
       
    34  *
       
    35  * The value assigned to this key is the recording time in second
       
    36  * Available options:   
       
    37  * Default value: 5
       
    38 */
       
    39 const TUint32 KAudioRecorderRecordingTime = 0x00000001;
       
    40 
       
    41 /**
       
    42  *
       
    43  * The value assigned to this key is the full path where the audio file is stored
       
    44  * Available options:   
       
    45  * Default value: c:\system\temp\record.wav
       
    46 */
       
    47 const TUint32 KAudioRecorderFilePath = 0x00000002;
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 #endif      // DIAGAUDIORECORDERPRIVATECRKEYS_H
       
    53 
       
    54 // End of File
       
    55 
       
    56 
       
    57