sl@0
|
1 |
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// mmfSoundDev.iby
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef DEVSOUND_PLUGINSUPPORT_IBY
|
sl@0
|
19 |
#define DEVSOUND_PLUGINSUPPORT_IBY
|
sl@0
|
20 |
|
sl@0
|
21 |
// Use these components if building existing DevSound.
|
sl@0
|
22 |
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
23 |
|
sl@0
|
24 |
// media server dev sound dll - framework looks for plugin etc
|
sl@0
|
25 |
file=ABI_DIR\BUILD_DIR\MMFDevSound.dll System\Libs\MMFDevSound.dll
|
sl@0
|
26 |
|
sl@0
|
27 |
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
28 |
|
sl@0
|
29 |
// The playback status Interface implemented on the software codec wrapper device
|
sl@0
|
30 |
ECOM_PLUGIN(playbackstatusci.dll, playbackstatusci.rsc)
|
sl@0
|
31 |
ECOM_PLUGIN(eaacplusdecoderci.dll, eaacplusdecoderci.rsc)
|
sl@0
|
32 |
ECOM_PLUGIN(sbcencoderci.dll, sbcencoderci.rsc)
|
sl@0
|
33 |
ECOM_PLUGIN(setdrmprotectedci.dll, setdrmprotectedci.rsc)
|
sl@0
|
34 |
ECOM_PLUGIN(advancedaacencodesettingsci.dll, advancedaacencodesettingsci.rsc)
|
sl@0
|
35 |
ECOM_PLUGIN(gettimestampsci.dll, gettimestampsci.rsc)
|
sl@0
|
36 |
ECOM_PLUGIN(bufferframesconfigci.dll, bufferframesconfigci.rsc)
|
sl@0
|
37 |
|
sl@0
|
38 |
// The Aac decoder config Interface implemented on the software codec wrapper device
|
sl@0
|
39 |
ECOM_PLUGIN(aacdecoderconfigci.dll, aacdecoderconfigci.rsc)
|
sl@0
|
40 |
|
sl@0
|
41 |
// The G729 decoder intfc Interface implemented on the software codec wrapper device
|
sl@0
|
42 |
ECOM_PLUGIN(g729decoderconfigci.dll, g729decoderconfigci.rsc)
|
sl@0
|
43 |
|
sl@0
|
44 |
// The G729 encoder intfc Interface implemented on the software codec wrapper device
|
sl@0
|
45 |
ECOM_PLUGIN(g729encoderconfigci.dll, g729encoderconfigci.rsc)
|
sl@0
|
46 |
|
sl@0
|
47 |
// The Speech encoder configc Interface implemented on the software codec wrapper device
|
sl@0
|
48 |
ECOM_PLUGIN(speechencoderconfigci.dll, speechencoderconfigci.rsc)
|
sl@0
|
49 |
|
sl@0
|
50 |
// The G711 decoder intfc Interface implemented on the software codec wrapper device
|
sl@0
|
51 |
ECOM_PLUGIN(g711decoderconfigci.dll, g711decoderconfigci.rsc)
|
sl@0
|
52 |
|
sl@0
|
53 |
// The G711 encoder intfc Interface implemented on the software codec wrapper device
|
sl@0
|
54 |
ECOM_PLUGIN(g711encoderconfigci.dll, g711encoderconfigci.rsc)
|
sl@0
|
55 |
|
sl@0
|
56 |
// The Ilbc decoder intfc Interface implemented on the software codec wrapper device
|
sl@0
|
57 |
ECOM_PLUGIN(ilbcdecoderconfigci.dll, ilbcdecoderconfigci.rsc)
|
sl@0
|
58 |
|
sl@0
|
59 |
// The Ilbc encoder intfc Interface implemented on the software codec wrapper device
|
sl@0
|
60 |
ECOM_PLUGIN(ilbcencoderconfigci.dll, ilbcencoderconfigci.rsc)
|
sl@0
|
61 |
|
sl@0
|
62 |
// The Error concealment Interface implemented on the software codec wrapper device
|
sl@0
|
63 |
ECOM_PLUGIN(errorconcealmentci.dll, errorconcealmentci.rsc)
|
sl@0
|
64 |
|
sl@0
|
65 |
// The Audio vibra control Interface implemented on the software codec wrapper device
|
sl@0
|
66 |
ECOM_PLUGIN(audiovibracontrolci.dll, audiovibracontrolci.rsc)
|
sl@0
|
67 |
|
sl@0
|
68 |
// The Audio buffer prefill Interface implemented on the software codec wrapper device
|
sl@0
|
69 |
ECOM_PLUGIN(audiobufferprefillci.dll, audiobufferprefillci.rsc)
|
sl@0
|
70 |
|
sl@0
|
71 |
// The DSP control Interface implemented on the software codec wrapper device
|
sl@0
|
72 |
ECOM_PLUGIN(dspcontrolci.dll, dspcontrolci.rsc)
|
sl@0
|
73 |
|
sl@0
|
74 |
// The Gsm config Interface implemented on the software codec wrapper device
|
sl@0
|
75 |
ECOM_PLUGIN(gsmconfigci.dll, gsmconfigci.rsc)
|
sl@0
|
76 |
|
sl@0
|
77 |
// The Underflow auto stop control Interface implemented on the software codec wrapper device
|
sl@0
|
78 |
ECOM_PLUGIN(underflowautostopcontrolci.dll, underflowautostopcontrolci.rsc)
|
sl@0
|
79 |
|
sl@0
|
80 |
#endif // DEVSOUND_PLUGINSUPPORT_IBY
|