diff -r 000000000000 -r bde4ae8d615e os/mm/devsound/a3facf/inc/audioformatuids.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/devsound/a3facf/inc/audioformatuids.h Fri Jun 15 03:10:57 2012 +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 + +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