]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Add new hard_mute control to allow apps to request low level mute e.g. from the rtp...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Oct 2014 19:13:36 +0000 (15:13 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Oct 2014 19:13:42 +0000 (15:13 -0400)
commitd1e529aefdb32890296b9b55df9a20e9acd697c2
treeda5295a4404e1a7e06d752295d23fc3c79b2a15a
parent0386db7dfd295f00d40f825f9358b7e8a072045c
Add new hard_mute control to allow apps to request low level mute e.g. from the rtp stack level.  Its used in mod_conference to avoid reading audio while muted and possibly reduce some transcoding load
src/include/switch_core_media.h
src/include/switch_types.h
src/mod/applications/mod_conference/mod_conference.c
src/switch_core_media.c
src/switch_rtp.c