diff options
Diffstat (limited to 'linden/indra/newview/llvoiceclient.h')
-rw-r--r-- | linden/indra/newview/llvoiceclient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.h b/linden/indra/newview/llvoiceclient.h index d12bfa8..d1609a8 100644 --- a/linden/indra/newview/llvoiceclient.h +++ b/linden/indra/newview/llvoiceclient.h | |||
@@ -210,6 +210,8 @@ class LLVoiceClient: public LLSingleton<LLVoiceClient> | |||
210 | void setMicGain(F32 volume); | 210 | void setMicGain(F32 volume); |
211 | void setUserVolume(const LLUUID& id, F32 volume); // set's volume for specified agent, from 0-1 (where .5 is nominal) | 211 | void setUserVolume(const LLUUID& id, F32 volume); // set's volume for specified agent, from 0-1 (where .5 is nominal) |
212 | void setVivoxDebugServerName(std::string &serverName); | 212 | void setVivoxDebugServerName(std::string &serverName); |
213 | void setLipSyncEnabled(BOOL enabled); | ||
214 | BOOL lipSyncEnabled(); | ||
213 | 215 | ||
214 | // PTT key triggering | 216 | // PTT key triggering |
215 | void keyDown(KEY key, MASK mask); | 217 | void keyDown(KEY key, MASK mask); |
@@ -516,6 +518,8 @@ class LLVoiceClient: public LLSingleton<LLVoiceClient> | |||
516 | 518 | ||
517 | LLTimer mUpdateTimer; | 519 | LLTimer mUpdateTimer; |
518 | 520 | ||
521 | BOOL mLipSyncEnabled; | ||
522 | |||
519 | typedef std::set<LLVoiceClientParticipantObserver*> observer_set_t; | 523 | typedef std::set<LLVoiceClientParticipantObserver*> observer_set_t; |
520 | observer_set_t mObservers; | 524 | observer_set_t mObservers; |
521 | 525 | ||