/[svn]/linuxsampler/trunk/src/network/lscpserver.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.h

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

revision 133 by capela, Fri Jun 18 14:29:02 2004 UTC revision 135 by senkov, Sun Jun 20 16:01:50 2004 UTC
# Line 92  class LSCPServer : public Thread { Line 92  class LSCPServer : public Thread {
92          String SetAudioOutputDevice(uint AudioDeviceId, uint SamplerChannel);          String SetAudioOutputDevice(uint AudioDeviceId, uint SamplerChannel);
93          String SetVolume(double Volume, uint uiSamplerChannel);          String SetVolume(double Volume, uint uiSamplerChannel);
94          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
95          String SubscribeNotification(uint UDPPort);          String SubscribeNotification(event_t Event);
96          String UnsubscribeNotification(String SessionID);          String UnsubscribeNotification(event_t Event);
97          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
98      protected:      protected:
99          int            hSocket;          int            hSocket;

Legend:
Removed from v.133  
changed lines
  Added in v.135

  ViewVC Help
Powered by ViewVC