We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2f6c3 commit e4c23b5Copy full SHA for e4c23b5
src/client.h
@@ -256,11 +256,10 @@ class CClient : public QObject
256
void SetMuteOutStream ( const bool bDoMute ) { bMuteOutStream = bDoMute; }
257
258
void SetRemoteChanGain ( const int iId, const float fGain, const bool bIsMyOwnFader );
259
+ void SetRemoteChanPan ( const int iId, const float fPan );
260
void OnTimerRemoteChanGainOrPan();
261
void StartTimerGainOrPan();
262
- void SetRemoteChanPan ( const int iId, const float fPan );
263
-
264
void SetInputBoost ( const int iNewBoost ) { iInputBoost = iNewBoost; }
265
266
void SetRemoteInfo() { Channel.SetRemoteInfo ( ChannelInfo ); }
0 commit comments