os/mm/devsound/a3facf/inc/audioformatuids.h
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 //
    15 
    16 
    17 
    18 /**
    19  @file
    20  @publishedPartner 
    21  @released
    22 */
    23 
    24 #ifndef AUDIOFORMATUIDS_H
    25 #define AUDIOFORMATUIDS_H
    26 
    27 #include <e32base.h>
    28 
    29 const TUid KUidFormatPCM16  = {0x10283467};
    30 const TUid KUidFormatPCMU16B	= {0x10283468};
    31 const TUid KUidFormatPCMU16 = {0x10283469};
    32 const TUid KUidFormatPCM16B = {0x1028346A};
    33 const TUid KUidFormatPCM8   = {0x10283473};
    34 const TUid KUidFormatPCMU8  = {0x10283474};
    35 const TUid KUidFormatMulaw  = {0x10283475};
    36 const TUid KUidFormatAlaw   = {0x10283476};
    37 const TUid KUidFormatGSM610 = {0x10283477};
    38 const TUid KUidFormatIMAADPCM 	= {0x10283478};
    39 const TUid KUidFormatOGG = {0x10283479};
    40 const TUid KUidFormatMP3 = {0x1028347A};
    41 const TUid KUidFormatAMR = {0x1028347B};
    42 const TUid KUidFormatAAC = {0x1028347C};
    43 const TUid KUidFormatTone =   {0x10285C01};
    44 
    45 #endif // AUDIOFORMATUIDS_H