| 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. |
| 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(); |
| 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 ); |