mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Src/MP3AudioPlayControllerResource.rh
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:  Structure definition for MP3 PlayControllerPlugin resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include "AdvancedAudioResource.rh"
       
    21 
       
    22 //  STRUCTURE DEFINITIONS
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 // MP3_DECODER_CONFIG_PARAMS
       
    26 // Structure definition for the MP3 decoder configuration parameters.
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 STRUCT MP3_DECODER_CONFIG_PARAMS
       
    30     {
       
    31     LONG	stereo_to_mono_switch;
       
    32     LONG	decode_left_or_right_channel;
       
    33     LONG	decimation_factor;
       
    34     LONG	concealment_level;
       
    35     LONG	sample_length;
       
    36     LONG	sampling_frequency;
       
    37     }
       
    38 // End of File