Update contrib.
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Save as expressly licensed to you by Symbian Software Ltd, all rights reserved.
27 #ifndef MGLOBALPROPERTIES_H
28 #define MGLOBALPROPERTIES_H
32 The Audio Server has certain global properties that are common to all DevSound Server threads
33 this is an interface to access those properties
36 class MGlobalProperties
40 * Returns reference to FourCC to format converter
42 * @return CFourCCConvertor a reference to the fourcc to format converter
44 virtual const CFourCCConvertor& GetFourCCConvertor() = 0;
48 #endif //MGLOBALPROPERTIES_H