mmsharing/mmshavailability/inc/mmusavacapabilityqueryobserver.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    18 #ifndef MMUSAVACAPABILITYQUERYOBSERVER_H
    18 #ifndef MMUSAVACAPABILITYQUERYOBSERVER_H
    19 #define MMUSAVACAPABILITYQUERYOBSERVER_H
    19 #define MMUSAVACAPABILITYQUERYOBSERVER_H
    20 
    20 
    21 #include <sipstrconsts.h>
    21 #include <sipstrconsts.h>
    22 #include <bamdesca.h>
    22 #include <bamdesca.h>
    23 #include <mussettingskeys.h>
       
    24 
    23 
    25 class CMusAvaCapabilityQueryBase;
    24 class CMusAvaCapabilityQueryBase;
    26 
    25 
    27 
    26 
    28 
    27 
    66      */
    65      */
    67     virtual void VideoCodecsResolvedL( const MDesCArray& aVideoCodecs ) = 0;
    66     virtual void VideoCodecsResolvedL( const MDesCArray& aVideoCodecs ) = 0;
    68     
    67     
    69     virtual TBool CapabilityQueryAnswered( TBool aAnswered = EFalse ) = 0;
    68     virtual TBool CapabilityQueryAnswered( TBool aAnswered = EFalse ) = 0;
    70     
    69     
    71     /**
       
    72      * Advertise about fast mode capability 
       
    73      */
       
    74     virtual void FastModeResolved( MusSettingsKeys::TFastMode aMode ) = 0;
       
    75     };
    70     };
    76 
    71 
    77 
    72 
    78 #endif //MMUSAVACAPABILITYQUERYOBSERVER_H
    73 #endif //MMUSAVACAPABILITYQUERYOBSERVER_H
    79 
    74