| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 5556 of file channel.c.
Referenced by set_format().
| struct ast_format *(* get_format) (struct ast_channel *chan) | 
Definition at line 5558 of file channel.c.
Referenced by set_format().
| struct ast_format *(* get_rawformat) (struct ast_channel *chan) | 
Definition at line 5560 of file channel.c.
Referenced by set_format().
| struct ast_trans_pvt *(* get_trans) (const struct ast_channel *chan) | 
Definition at line 5556 of file channel.c.
Referenced by set_format().
| void(* set_format) (struct ast_channel *chan, struct ast_format *format) | 
Definition at line 5560 of file channel.c.
Referenced by set_format().
| void(* set_rawformat) (struct ast_channel *chan, struct ast_format *format) | 
Definition at line 5562 of file channel.c.
Referenced by set_format().
| void(* set_trans) (struct ast_channel *chan, struct ast_trans_pvt *value) | 
Definition at line 5558 of file channel.c.
Referenced by set_format().
| int setoption | 
Definition at line 5563 of file channel.c.
Referenced by set_format().