devsound/a3facf/inc/audioformatuids.h
changeset 0 40261b775718
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devsound/a3facf/inc/audioformatuids.h	Tue Feb 02 01:56:55 2010 +0200
@@ -0,0 +1,45 @@
+// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+
+
+/**
+ @file
+ @publishedPartner 
+ @released
+*/
+
+#ifndef AUDIOFORMATUIDS_H
+#define AUDIOFORMATUIDS_H
+
+#include <e32base.h>
+
+const TUid KUidFormatPCM16  = {0x10283467};
+const TUid KUidFormatPCMU16B	= {0x10283468};
+const TUid KUidFormatPCMU16 = {0x10283469};
+const TUid KUidFormatPCM16B = {0x1028346A};
+const TUid KUidFormatPCM8   = {0x10283473};
+const TUid KUidFormatPCMU8  = {0x10283474};
+const TUid KUidFormatMulaw  = {0x10283475};
+const TUid KUidFormatAlaw   = {0x10283476};
+const TUid KUidFormatGSM610 = {0x10283477};
+const TUid KUidFormatIMAADPCM 	= {0x10283478};
+const TUid KUidFormatOGG = {0x10283479};
+const TUid KUidFormatMP3 = {0x1028347A};
+const TUid KUidFormatAMR = {0x1028347B};
+const TUid KUidFormatAAC = {0x1028347C};
+const TUid KUidFormatTone =   {0x10285C01};
+
+#endif // AUDIOFORMATUIDS_H