#include <rtp.h>
Data Fields | |
int(*const | get_codec )(struct ast_channel *chan) |
ast_rtp *(*const | get_rtp_info )(struct ast_channel *chan) |
ast_rtp *(*const | get_vrtp_info )(struct ast_channel *chan) |
ast_rtp_protocol * | next |
int(*const | set_rtp_peer )(struct ast_channel *chan, struct ast_rtp *peer, struct ast_rtp *vpeer, int codecs, int nat_active) |
const char *const | type |
Definition at line 50 of file rtp.h.
int(* const get_codec)(struct ast_channel *chan) |
Referenced by ast_rtp_bridge().
struct ast_rtp*(* const get_rtp_info)(struct ast_channel *chan) |
Referenced by ast_rtp_bridge().
struct ast_rtp*(* const get_vrtp_info)(struct ast_channel *chan) |
Referenced by ast_rtp_bridge().
struct ast_rtp_protocol* next |
Definition at line 59 of file rtp.h.
Referenced by ast_rtp_proto_register(), ast_rtp_proto_unregister(), and get_proto().
int(* const set_rtp_peer)(struct ast_channel *chan, struct ast_rtp *peer, struct ast_rtp *vpeer, int codecs, int nat_active) |
Referenced by ast_rtp_bridge().
const char* const type |