mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
8 lines
412 B
C
8 lines
412 B
C
#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, const struct mgcp_codec_param *param);
|
|
int mgcp_codec_decide(struct mgcp_conn_rtp *conn);
|
|
int mgcp_codec_pt_translate(struct mgcp_conn_rtp *conn_src, struct mgcp_conn_rtp *conn_dst, int payload_type);
|