bluetooth/gavdp/test/tavsrcStreamerUser.h
branchRCL_3
changeset 23 5b153be919d4
parent 22 786b94c6f0a4
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
     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