mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Data/MP3AudioPlayControllerResource.rss
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: MP3AudioPlayControllerPlugin resource file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // INCLUDES |
|
20 #include "MP3AudioPlayControllerResource.rh" |
|
21 |
|
22 // RESOURCE DEFINITIONS |
|
23 |
|
24 // ----------------------------------------------------------------------------- |
|
25 // |
|
26 // mp3Decoder |
|
27 // MP3 decoder resource file. |
|
28 // |
|
29 // ----------------------------------------------------------------------------- |
|
30 // |
|
31 RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE mp3Decoder |
|
32 { |
|
33 shared_buffer_max_num = 2; |
|
34 shared_buffer_max_size = 40960; |
|
35 sampling_rate = EAapSampleRate16000Hz; |
|
36 stereo_support = 2; |
|
37 metadata_support = EAapMetadataSupportTrue; |
|
38 |
|
39 configuration_parameters = |
|
40 { |
|
41 MP3_DECODER_CONFIG_PARAMS |
|
42 { |
|
43 stereo_to_mono_switch = 0; |
|
44 decode_left_or_right_channel = 0; |
|
45 decimation_factor = 0; |
|
46 concealment_level = 1; |
|
47 sample_length = 16; |
|
48 sampling_frequency = 44100; |
|
49 } |
|
50 }; |
|
51 } |
|
52 |
|
53 // End of File |
|
54 |
|
55 |