18#include <compy/priv/compiler_attrs.h>
46 Compy_AudioReceiver audio_receiver) COMPY_PRIV_MUST_USE;
Compy_Backchannel * Compy_Backchannel_new(Compy_BackchannelConfig config, Compy_AudioReceiver audio_receiver) COMPY_PRIV_MUST_USE
Creates a new backchannel session.
Definition backchannel.c:18
Compy_RtpReceiver * Compy_Backchannel_get_receiver(Compy_Backchannel *self) COMPY_PRIV_MUST_USE
Returns the underlying receiver for feeding incoming data.
Definition backchannel.c:41
Compy_BackchannelConfig Compy_BackchannelConfig_default(void) COMPY_PRIV_MUST_USE
Returns the default backchannel configuration (PCMU, 8000 Hz).
Definition backchannel.c:11
Compy_BackchannelConfig Compy_Backchannel_get_config(const Compy_Backchannel *self) COMPY_PRIV_MUST_USE
Returns the backchannel configuration (for SDP generation).
Definition backchannel.c:47
Unified receive path for RTCP and backchannel RTP data.
Backchannel audio configuration.
Definition backchannel.h:23
Definition backchannel.c:6