mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/3gpaudioplaycontroller/Src/3GPAudioPlayControllerResource.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 resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include "AdvancedAudioResource.rh"
       
    21 
       
    22 //  STRUCTURE DEFINITIONS
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 // AAC_DECODER_CONFIG_PARAMS
       
    26 // Structure definition for the AAC decoder configuration parameters.
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 STRUCT AAC_DECODER_CONFIG_PARAMS
       
    30     {
       
    31     LONG	input_sampling_frequency;
       
    32     LONG	input_channels;
       
    33     LONG	input_profile;
       
    34     LONG	input_frame_length;
       
    35     LONG	down_mixing;
       
    36     LONG	output_channel_selection;
       
    37     LONG	decimation_factor;
       
    38     LONG	concealment_level;
       
    39     LONG	sample_length;
       
    40     LONG	output_sampling_frequency;
       
    41     LONG ext_Object_Type ;
       
    42     }
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 // AMR_DECODER_CONFIG_PARAMS
       
    46 // Structure definition for the AMR decoder configuration parameters.
       
    47 // -----------------------------------------------------------------------------
       
    48 //
       
    49 STRUCT AMR_DECODER_CONFIG_PARAMS
       
    50     {
       
    51     LONG	concealment_level;
       
    52     }
       
    53 
       
    54 // -----------------------------------------------------------------------------
       
    55 // AWB_DECODER_CONFIG_PARAMS
       
    56 // Structure definition for the AWB decoder configuration parameters.
       
    57 // -----------------------------------------------------------------------------
       
    58 //
       
    59 STRUCT AWB_DECODER_CONFIG_PARAMS
       
    60     {
       
    61     LONG	decimation_factor;
       
    62     LONG	concealment_level;
       
    63     }
       
    64 
       
    65 // -----------------------------------------------------------------------------
       
    66 // QCELP_DECODER_CONFIG_PARAMS
       
    67 // Structure definition for the QCELP decoder configuration parameters.
       
    68 // -----------------------------------------------------------------------------
       
    69 //
       
    70 STRUCT QCELP_DECODER_CONFIG_PARAMS
       
    71     {
       
    72     LONG	concealment_level;
       
    73     }
       
    74 
       
    75 // End of File