|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 5648 of file channel.c.
Referenced by set_format().
| struct ast_format*(* get_format) (struct ast_channel *chan) |
Definition at line 5651 of file channel.c.
Referenced by set_format().
| struct ast_format*(* get_rawformat) (struct ast_channel *chan) |
Definition at line 5653 of file channel.c.
Referenced by set_format().
| struct ast_trans_pvt*(* get_trans) (const struct ast_channel *chan) |
Definition at line 5649 of file channel.c.
Referenced by set_format().
| void(* set_format) (struct ast_channel *chan, struct ast_format *format) |
Definition at line 5652 of file channel.c.
Referenced by set_format().
| void(* set_rawformat) (struct ast_channel *chan, struct ast_format *format) |
Definition at line 5654 of file channel.c.
Referenced by set_format().
| void(* set_trans) (struct ast_channel *chan, struct ast_trans_pvt *value) |
Definition at line 5650 of file channel.c.
Referenced by set_format().
| int setoption |
Definition at line 5655 of file channel.c.
Referenced by set_format().
1.8.13