|
char | name [64] |
|
void * | data |
|
void * | opts |
|
int(* | t_global_init )(void) |
|
int(* | t_global_shutdown )(void) |
|
int(* | t_set_option )(struct _RtpTransport *transport, int opt, void *value) |
|
ortp_socket_t(* | t_rtp_getsocket )(const struct _RtpSession *t) |
|
ortp_socket_t(* | t_rtcp_getsocket )(const struct _RtpSession *t) |
|
int(* | t_rtp_sendto )(struct _RtpSession *t, mblk_t *msg, int flags, const struct sockaddr *to, socklen_t tolen) |
|
int(* | t_rtp_recvfrom )(struct _RtpSession *t, int idx, mblk_t *msg, int flags, struct sockaddr *from, socklen_t *fromlen) |
|
int(* | t_rtcp_sendto )(struct _RtpSession *t, mblk_t *msg, int flags, const struct sockaddr *to, socklen_t tolen) |
|
int(* | t_rtcp_recvfrom )(struct _RtpSession *t, int idx, mblk_t *msg, int flags, struct sockaddr *from, socklen_t *fromlen) |
|
int(* | t_rtp_refresh )(struct _RtpSession *t) |
|
int(* | t_rtcp_refresh )(struct _RtpSession *t) |
|
void(* | t_destroy )(struct _RtpTransport *t) |
|
The documentation for this struct was generated from the following file: