forked from mirrors/linphone-iphone
12 lines
270 B
C++
12 lines
270 B
C++
#ifndef COMMAND_AUDIO_CODEC_SET_H_
|
|
#define COMMAND_AUDIO_CODEC_SET_H_
|
|
|
|
#include "../daemon.h"
|
|
|
|
class AudioCodecSetCommand: public DaemonCommand {
|
|
public:
|
|
AudioCodecSetCommand();
|
|
virtual void exec(Daemon *app, const char *args);
|
|
};
|
|
|
|
#endif //COMMAND_AUDIO_CODEC_SET_H_
|