sl@0: // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // @publishedPartner sl@0: // @file sl@0: // @released sl@0: // sl@0: sl@0: sl@0: sl@0: sl@0: #ifndef AUDIOPROCESSINGUNITUIDS_HRH sl@0: #define AUDIOPROCESSINGUNITUIDS_HRH sl@0: sl@0: // Processing Unit factory UID interface sl@0: // to be used by ACL components plugins sl@0: #define KUidPluginInterfaceAudioProcessinUnit 0x10283444 sl@0: sl@0: // ACL Components UID implementation sl@0: #define KAudioStreamUid 0x10283445 sl@0: #define KMmfBufferSourceUid 0x10283446 sl@0: #define KAudioDeviceSourceUid 0x10283447 sl@0: #define KAudioCodecUid 0x10283448 sl@0: #define KAudioDecoderUid 0x10283449 sl@0: #define KAudioEncoderUid 0x1028344A sl@0: #define KMmfBufferSinkUid 0x1028344B sl@0: #define KAudioDeviceSinkUid 0x1028344C sl@0: #define KAudioGainControlUid 0x1028344D sl@0: sl@0: #endif // AUDIOCOPROCESSINGUNITUIDS_HRH sl@0: sl@0: sl@0: