mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-29 23:26:23 +00:00
Fix typos.
This commit is contained in:
parent
40f1bcf6d4
commit
8fe295ee09
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
AudioCodecSetCommand::AudioCodecSetCommand() :
|
AudioCodecSetCommand::AudioCodecSetCommand() :
|
||||||
DaemonCommand("audio-codec-set", "audio-codec-set <payload type number> <property > <value>", "Set a property (number,clock_rate, recv_fmtp, send_fmtp) of a codec. Numbering of payload type is automatically performed at startup, any change will be loosed after restart.") {
|
DaemonCommand("audio-codec-set", "audio-codec-set <payload type number> <property> <value>", "Set a property (number, clock_rate, recv_fmtp, send_fmtp) of a codec. Numbering of payload type is automatically performed at startup, any change will be lost after restart.") {
|
||||||
}
|
}
|
||||||
|
|
||||||
static PayloadType *findPayload(LinphoneCore *lc, int payload_type, int *index){
|
static PayloadType *findPayload(LinphoneCore *lc, int payload_type, int *index){
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue