mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
12 lines
290 B
C++
12 lines
290 B
C++
#ifndef COMMAND_AUDIO_CODEC_DISABLE_H_
|
|
#define COMMAND_AUDIO_CODEC_DISABLE_H_
|
|
|
|
#include "../daemon.h"
|
|
|
|
class AudioCodecDisableCommand: public DaemonCommand {
|
|
public:
|
|
AudioCodecDisableCommand();
|
|
virtual void exec(Daemon *app, const char *args);
|
|
};
|
|
|
|
#endif //COMMAND_AUDIO_CODEC_DISABLE_H_
|