[server] / trunk / server / src / confdevice.h Repository:
ViewVC logotype

Diff of /trunk/server/src/confdevice.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 958, Tue Oct 26 14:22:32 2010 UTC revision 959, Tue Oct 26 16:20:50 2010 UTC
# Line 117  Line 117 
117           */           */
118          void setCaptionDuration( unsigned int duration ) { captionDuration_ = duration; }          void setCaptionDuration( unsigned int duration ) { captionDuration_ = duration; }
119    
120            unsigned int getCaptionDuration() const  { return captionDuration_ ; }
121    
122          /*!          /*!
123           * Configure whether entry/exit tones are played whenever a party joins or           * Configure whether entry/exit tones are played whenever a party joins or
124           * leaves this conference.           * leaves this conference.
# Line 182  Line 184 
184           */           */
185          virtual bool processEvent( METAEVENT& metaevent );          virtual bool processEvent( METAEVENT& metaevent );
186    
187            void displayCaption( IpmDevice* ipm, const std::string& caption );
188            void displayActiveTalker( IpmDevice* ipm );
189    
190  private:  private:
191    
192          ConfDevice();          ConfDevice();
# Line 194  Line 199 
199          bool refreshVisibleParties();          bool refreshVisibleParties();
200          bool setVisibleParties( CNF_VISIBLE_PARTY_LIST& visiblePartyList );          bool setVisibleParties( CNF_VISIBLE_PARTY_LIST& visiblePartyList );
201    
         void displayCaption( IpmDevice* ipm, const std::string& caption );  
         void displayActiveTalker( IpmDevice* ipm );  
   
202          /* event handlers */          /* event handlers */
203          void onOpen( METAEVENT& metaevent );          void onOpen( METAEVENT& metaevent );
204          void onSetVideoLayout( METAEVENT& metaevent );          void onSetVideoLayout( METAEVENT& metaevent );

Legend:
Removed from v.958  
changed lines
  Added in v.959

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.8