mmserv/tms/tmsserver/inc/tmsserver.h
branchRCL_3
changeset 7 3d8c721bf319
parent 3 4f62049db6ac
child 12 2eb3b066cc7d
equal deleted inserted replaced
6:e35735ece90c 7:3d8c721bf319
    45     static TMSServer* NewL();
    45     static TMSServer* NewL();
    46     ~TMSServer();
    46     ~TMSServer();
    47 
    47 
    48     void AddSession();
    48     void AddSession();
    49     void DropSession();
    49     void DropSession();
    50     TInt SessionCount();
    50     TInt SessionCount() const;
    51 
    51 
    52     void SetDnLinkSession(TBool aSession);
    52     void SetDnLinkSession(const TBool aSession);
    53     void SetUpLinkSession(TBool aSession);
    53     void SetUpLinkSession(const TBool aSession);
    54 
    54 
    55     TBool HasDnLinkSession() const;
    55     TBool HasDnLinkSession() const;
    56     TBool HasUpLinkSession() const;
    56     TBool HasUpLinkSession() const;
    57 
    57 
    58     void GetNewTMSCallSessionHandleL(RHandleBase& aHandle);
    58     void GetNewTMSCallSessionHandleL(RHandleBase& aHandle);
    99     mutable RPointerArray<TMSStartAndMonitorTMSCallThread> iTMSCallServList;
    99     mutable RPointerArray<TMSStartAndMonitorTMSCallThread> iTMSCallServList;
   100     TMSGlobalEffectsSettings* iEffectSettings;
   100     TMSGlobalEffectsSettings* iEffectSettings;
   101     TMSTarEventHandler* iTarHandler;
   101     TMSTarEventHandler* iTarHandler;
   102     TMSCenRepAudioHandler* iAudioCenRepHandler;
   102     TMSCenRepAudioHandler* iAudioCenRepHandler;
   103     TMSAudioOutput iCurrentRouting;
   103     TMSAudioOutput iCurrentRouting;
       
   104     TInt iTarHandlerCount;
       
   105     TInt iAudioCenRepHandlerCount;
   104 
   106 
       
   107     // for codecs count
   105     RArray<TFourCC> iDnlCodecs;
   108     RArray<TFourCC> iDnlCodecs;
   106     RArray<TFourCC> iUplCodecs;
   109     RArray<TFourCC> iUplCodecs;
   107     };
   110     };
   108 
   111 
   109 // -----------------------------------------------------------------------------
   112 // -----------------------------------------------------------------------------