blob: f8d5e706291143e0249aed58326ea410529f28ca [file] [log] [blame]
Philipp Maierbc0346e2018-06-07 09:52:16 +02001#pragma once
2
3void mgcp_codec_summary(struct mgcp_conn_rtp *conn);
4void mgcp_codec_reset_all(struct mgcp_conn_rtp *conn);
5int mgcp_codec_add(struct mgcp_conn_rtp *conn, int payload_type, const char *audio_name);
6int mgcp_codec_decide(struct mgcp_conn_rtp *conn);