Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
const char * | direction |
struct ast_format *(* | get_format )(struct ast_channel *chan) |
struct ast_format *(* | get_rawformat )(struct ast_channel *chan) |
struct ast_trans_pvt *(* | get_trans )(const struct ast_channel *chan) |
void(* | set_format )(struct ast_channel *chan, struct ast_format *format) |
void(* | set_rawformat )(struct ast_channel *chan, struct ast_format *format) |
void(* | set_trans )(struct ast_channel *chan, struct ast_trans_pvt *value) |
int | setoption |
const char* direction |
Definition at line 5580 of file channel.c.
Referenced by set_format().
struct ast_format *(* get_format) (struct ast_channel *chan) |
Definition at line 5582 of file channel.c.
Referenced by set_format().
struct ast_format *(* get_rawformat) (struct ast_channel *chan) |
Definition at line 5584 of file channel.c.
Referenced by set_format().
struct ast_trans_pvt *(* get_trans) (const struct ast_channel *chan) |
Definition at line 5580 of file channel.c.
Referenced by set_format().
void(* set_format) (struct ast_channel *chan, struct ast_format *format) |
Definition at line 5584 of file channel.c.
Referenced by set_format().
void(* set_rawformat) (struct ast_channel *chan, struct ast_format *format) |
Definition at line 5586 of file channel.c.
Referenced by set_format().
void(* set_trans) (struct ast_channel *chan, struct ast_trans_pvt *value) |
Definition at line 5582 of file channel.c.
Referenced by set_format().
int setoption |
Definition at line 5587 of file channel.c.
Referenced by set_format().