mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
put back removed symbol
This commit is contained in:
parent
47dab4f437
commit
a782ee9098
1 changed files with 6 additions and 0 deletions
|
|
@ -120,3 +120,9 @@ const char* linphone_privacy_to_string(LinphonePrivacy privacy) {
|
|||
default: return "Unknown privacy mode";
|
||||
}
|
||||
}
|
||||
|
||||
void set_playback_gain_db(AudioStream *st, float gain){
|
||||
if (st->volrecv){
|
||||
ms_filter_call_method(st->volrecv,MS_VOLUME_SET_DB_GAIN,&gain);
|
||||
}else ms_warning("Could not apply playback gain: gain control wasn't activated.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue