os/mm/devsound/a3facf/inc/audioprocessingunituids.hrh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // @publishedPartner
    15 // @file
    16 // @released
    17 //
    18 
    19 
    20 
    21 
    22 #ifndef AUDIOPROCESSINGUNITUIDS_HRH
    23 #define AUDIOPROCESSINGUNITUIDS_HRH
    24 
    25 // Processing Unit factory UID interface
    26 // to be used by ACL components plugins
    27 #define KUidPluginInterfaceAudioProcessinUnit	0x10283444
    28 
    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
    39 
    40 #endif // AUDIOCOPROCESSINGUNITUIDS_HRH
    41 
    42 
    43