blob: 334913b3d791e14c57411a2054f620e9c7bc5abf [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);
Philipp Maier6931f9a2018-07-26 09:29:31 +02007int mgcp_codec_pt_translate(struct mgcp_conn_rtp *conn_src, struct mgcp_conn_rtp *conn_dst, int payload_type);