bluetooth/gavdp/test/tavsrcStreamerUser.h
changeset 42 206564d58f40
parent 32 f72906e669b4
child 47 a1b8f5cc021e
equal deleted inserted replaced
32:f72906e669b4 42:206564d58f40
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef TAVSRCSTREAMERUSER_H
       
    17 #define TAVSRCSTREAMERUSER_H
       
    18 
       
    19 #include <bluetoothav.h>
       
    20 
       
    21 // used to notify changes to the configuration of the media being streamed
       
    22 class MActiveStreamerUser
       
    23 	{
       
    24 public:
       
    25 	virtual void MediaCodecConfigurationRequired(TSBCCodecCapabilities& aConfig)=0;
       
    26 	};
       
    27 
       
    28 #endif // TAVSRCSTREAMERUSER_H