upnpavcontroller/upnpavcontrollerclient/inc/upnpavrenderingsessionobserver.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    32     EUPnPAVPlay = 0,
    32     EUPnPAVPlay = 0,
    33     EUPnPAVPause,
    33     EUPnPAVPause,
    34     EUPnPAVStop,
    34     EUPnPAVStop,
    35     EUPnPAVPlayUser,
    35     EUPnPAVPlayUser,
    36     EUPnPAVPauseUser,
    36     EUPnPAVPauseUser,
    37     EUPnPAVStopUser
    37     EUPnPAVStopUser,
       
    38     EUPnPAVSeek,
       
    39     EUPnPAVTransition
    38     };
    40     };
    39 
    41 
    40 /**
    42 /**
    41 * Defines the response interface for the media control operations of the
    43 * Defines the response interface for the media control operations of the
    42 * UPnP AV Controller.
    44 * UPnP AV Controller.
   138      *
   140      *
   139      * @since Series 60 3.1
   141      * @since Series 60 3.1
   140      * @return None
   142      * @return None
   141      */        
   143      */        
   142     virtual void MediaRendererDisappeared( 
   144     virtual void MediaRendererDisappeared( 
   143         TUPnPDeviceDisconnectedReason aReason ) = 0;
   145         TUPnPDeviceDisconnectedReason aReason ) = 0;      
   144         
       
   145     virtual void ReserveLocalMSServicesCompleted( TInt aError ) = 0;        
       
   146 
   146 
   147     };
   147     };
   148 
   148 
   149 #endif // M_UPNPAVRENDERINGSESSIONOBSERVER_H
   149 #endif // M_UPNPAVRENDERINGSESSIONOBSERVER_H
   150 
   150