
Data Fields | |
| char | name [80] |
| char | exts [80] |
| int | format |
| ast_filestream *(* | open )(int fd) |
| ast_filestream *(* | rewrite )(int fd, char *comment) |
| int(* | write )(struct ast_filestream *, struct ast_frame *) |
| int(* | seek )(struct ast_filestream *, long offset, int whence) |
| int(* | trunc )(struct ast_filestream *fs) |
| long(* | tell )(struct ast_filestream *fs) |
| ast_frame *(* | read )(struct ast_filestream *, int *whennext) |
| void(* | close )(struct ast_filestream *) |
| char *(* | getcomment )(struct ast_filestream *) |
| ast_format * | next |
|
|
Referenced by ast_closestream(). |
|
|
|
|
|
Definition at line 42 of file file.c. Referenced by ast_closestream(), and ast_writestream(). |
|
|
|
|
|
Definition at line 37 of file file.c. Referenced by ast_writestream(). |
|
|
Definition at line 63 of file file.c. Referenced by ast_format_unregister(). |
|
|
|
|
|
|
|
|
|
|
|
Referenced by ast_seekstream(). |
|
|
Referenced by ast_tellstream(). |
|
|
Referenced by ast_truncstream(). |
|
|
Referenced by ast_writestream(). |
1.3.7