os/mm/devsound/a3fdevsound/src/mmfaudioserver/mglobalproperties.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 * Save as expressly licensed to you by Symbian Software Ltd, all rights reserved.
    16 * 
    17 *
    18 */
    19 
    20 
    21 
    22 /**
    23  @file
    24  @internalTechnology 
    25 */
    26 
    27 #ifndef MGLOBALPROPERTIES_H
    28 #define MGLOBALPROPERTIES_H
    29 
    30 
    31 /**
    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
    34 */
    35 
    36 class MGlobalProperties
    37 	{
    38 public:
    39 	/**
    40 	 * Returns reference to FourCC to format converter
    41 
    42 	 * @return CFourCCConvertor a reference to the fourcc to format converter
    43 	*/
    44 	virtual const CFourCCConvertor& GetFourCCConvertor() = 0;
    45 	};
    46 
    47 
    48 #endif //MGLOBALPROPERTIES_H