os/mm/mm_plat/audio_routing_api/inc/MAudioOutputObserver.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2006 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: Audio Output Observer Class 
    15 *
    16 */
    17 
    18 
    19 #ifndef MAUDIOOUTPUTOBSERVER_H
    20 #define MAUDIOOUTPUTOBSERVER_H
    21 
    22 // INCLUDES
    23 #include "AudioOutput.h"
    24 
    25 // CLASS DECLARATION
    26 
    27 /**
    28 *  ?one_line_short_description.
    29 *  ?other_description_lines
    30 */
    31 class MAudioOutputObserver
    32 	{
    33 	public:
    34 
    35 		/**
    36 		* ?member_description.
    37 		* @param ?arg1 ?description
    38 		* @return ?description
    39 		*/
    40 		virtual void DefaultAudioOutputChanged( CAudioOutput&                        aAudioOutput,
    41 		                                CAudioOutput::TAudioOutputPreference aNewDefault ) = 0;
    42 
    43 	};
    44 
    45 #endif      // MAUDIOOUTPUTOBSERVER_H  
    46 
    47 // End of File