linphone-iphone/daemon/commands/audio-stream-stop.h
2012-05-02 17:55:16 +02:00

12 lines
280 B
C++

#ifndef COMMAND_AUDIO_STREAM_STOP_H_
#define COMMAND_AUDIO_STREAM_STOP_H_
#include "../daemon.h"
class AudioStreamStopCommand: public DaemonCommand {
public:
AudioStreamStopCommand();
virtual void exec(Daemon *app, const char *args);
};
#endif //COMMAND_AUDIO_STREAM_STOP_H_