Update contrib.
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #ifndef AUDIOPROCESSINGUNITUIDS_HRH
23 #define AUDIOPROCESSINGUNITUIDS_HRH
25 // Processing Unit factory UID interface
26 // to be used by ACL components plugins
27 #define KUidPluginInterfaceAudioProcessinUnit 0x10283444
29 // ACL Components UID implementation
30 #define KAudioStreamUid 0x10283445
31 #define KMmfBufferSourceUid 0x10283446
32 #define KAudioDeviceSourceUid 0x10283447
33 #define KAudioCodecUid 0x10283448
34 #define KAudioDecoderUid 0x10283449
35 #define KAudioEncoderUid 0x1028344A
36 #define KMmfBufferSinkUid 0x1028344B
37 #define KAudioDeviceSinkUid 0x1028344C
38 #define KAudioGainControlUid 0x1028344D
40 #endif // AUDIOCOPROCESSINGUNITUIDS_HRH