summaryrefslogtreecommitdiff
path: root/include/osmocom/mgcp/mgcp_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/mgcp/mgcp_codec.h')
-rw-r--r--include/osmocom/mgcp/mgcp_codec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/mgcp/mgcp_codec.h b/include/osmocom/mgcp/mgcp_codec.h
new file mode 100644
index 0000000..f8d5e70
--- /dev/null
+++ b/include/osmocom/mgcp/mgcp_codec.h
@@ -0,0 +1,6 @@
+#pragma once
+
+void mgcp_codec_summary(struct mgcp_conn_rtp *conn);
+void mgcp_codec_reset_all(struct mgcp_conn_rtp *conn);
+int mgcp_codec_add(struct mgcp_conn_rtp *conn, int payload_type, const char *audio_name);
+int mgcp_codec_decide(struct mgcp_conn_rtp *conn);