mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Add better audio-codec-set command helper
This commit is contained in:
parent
b8071fd687
commit
1244409e10
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
using namespace std;
|
||||
|
||||
AudioCodecSetCommand::AudioCodecSetCommand() :
|
||||
DaemonCommand("audio-codec-set", "audio-codec-set <payload type number> <param> <value>", "Set a property of a codec") {
|
||||
DaemonCommand("audio-codec-set", "audio-codec-set <payload type number> <param> <value>", "Set a property(clock_rate, recv_fmtp, send_fmtp) of a codec") {
|
||||
}
|
||||
void AudioCodecSetCommand::exec(Daemon *app, const char *args) {
|
||||
int payload_type;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue