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: // sl@0: sl@0: sl@0: sl@0: /** sl@0: @file sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: sl@0: #ifndef AUDIOFORMATUIDS_H sl@0: #define AUDIOFORMATUIDS_H sl@0: sl@0: #include sl@0: sl@0: const TUid KUidFormatPCM16 = {0x10283467}; sl@0: const TUid KUidFormatPCMU16B = {0x10283468}; sl@0: const TUid KUidFormatPCMU16 = {0x10283469}; sl@0: const TUid KUidFormatPCM16B = {0x1028346A}; sl@0: const TUid KUidFormatPCM8 = {0x10283473}; sl@0: const TUid KUidFormatPCMU8 = {0x10283474}; sl@0: const TUid KUidFormatMulaw = {0x10283475}; sl@0: const TUid KUidFormatAlaw = {0x10283476}; sl@0: const TUid KUidFormatGSM610 = {0x10283477}; sl@0: const TUid KUidFormatIMAADPCM = {0x10283478}; sl@0: const TUid KUidFormatOGG = {0x10283479}; sl@0: const TUid KUidFormatMP3 = {0x1028347A}; sl@0: const TUid KUidFormatAMR = {0x1028347B}; sl@0: const TUid KUidFormatAAC = {0x1028347C}; sl@0: const TUid KUidFormatTone = {0x10285C01}; sl@0: sl@0: #endif // AUDIOFORMATUIDS_H