![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for ast_filestream:Asterisk developer's documentation :: Codename Pineapple
ast_filestream Struct Reference
#include <file.h>

Definition at line 117 of file file.h.
Data Fields | |
| char * | buf |
| FILE * | f |
| char * | filename |
| int | flags |
| ast_format * | fmt |
| ast_frame | fr |
| int | lasttimeout |
| int | lastwriteformat |
| mode_t | mode |
| ast_channel * | owner |
| void * | private |
| char * | realfilename |
| ast_tranlator_pvt * | tr |
| ast_trans_pvt * | trans |
| ast_filestream * | vfs |
|
|
Definition at line 134 of file file.h. Referenced by ast_openstream_full(), ast_openvstream(), and ast_writefile(). |
|
|
Definition at line 132 of file file.h. Referenced by ast_closestream(), ast_filehelper(), ast_readfile(), and ast_writefile(). |
|
|
Definition at line 122 of file file.h. Referenced by ast_closestream(), ast_readfile(), ast_writefile(), and ast_writestream(). |
|
|
Definition at line 120 of file file.h. Referenced by ast_readfile(), ast_writefile(), and ast_writestream(). |
|
|
Everybody reserves a block of AST_RESERVED_POINTERS pointers for us Definition at line 119 of file file.h. Referenced by ast_closestream(), ast_readfile(), ast_seekstream(), ast_streamfile(), ast_tellstream(), ast_truncstream(), ast_writefile(), and ast_writestream(). |
|
|
|
|
|
|
|
|
Definition at line 129 of file file.h. Referenced by ast_writestream(). |
|
|
Definition at line 121 of file file.h. Referenced by ast_readfile(), ast_writefile(), and ast_writestream(). |
|
|
Definition at line 131 of file file.h. Referenced by ast_closestream(). |
|
|
|
|
|
Definition at line 123 of file file.h. Referenced by ast_closestream(), and ast_writefile(). |
|
|
|
|
|
Transparently translate from another format -- just once Definition at line 127 of file file.h. Referenced by ast_closestream(), ast_readfile(), ast_writefile(), and ast_writestream(). |
|
|
Video file stream Definition at line 125 of file file.h. Referenced by ast_closestream(), ast_readfile(), ast_streamfile(), ast_writefile(), ast_writestream(), handle_getoption(), and handle_streamfile(). |