Data Fields | |
void(* | close )(struct ast_filestream *) |
char | exts [80] |
int | format |
char *(* | getcomment )(struct ast_filestream *) |
char | name [80] |
ast_format * | next |
ast_filestream *(* | open )(FILE *f) |
ast_frame *(* | read )(struct ast_filestream *, int *whennext) |
ast_filestream *(* | rewrite )(FILE *f, const char *comment) |
int(* | seek )(struct ast_filestream *, long offset, int whence) |
long(* | tell )(struct ast_filestream *fs) |
int(* | trunc )(struct ast_filestream *fs) |
int(* | write )(struct ast_filestream *, struct ast_frame *) |
Definition at line 53 of file file.c.
void(* close)(struct ast_filestream *) |
Referenced by ast_closestream(), and ast_format_register().
char exts[80] |
Definition at line 58 of file file.c.
Referenced by ast_filehelper(), ast_format_register(), and show_file_formats().
int format |
Definition at line 60 of file file.c.
Referenced by ast_closestream(), ast_filehelper(), ast_format_register(), ast_writestream(), and show_file_formats().
char*(* getcomment)(struct ast_filestream *) |
Referenced by ast_format_register().
char name[80] |
Definition at line 55 of file file.c.
Referenced by ast_format_register(), ast_format_unregister(), ast_writestream(), and show_file_formats().
struct ast_format* next |
Definition at line 81 of file file.c.
Referenced by ast_filehelper(), ast_format_register(), ast_format_unregister(), and show_file_formats().
struct ast_filestream*(* open)(FILE *f) |
Referenced by ast_filehelper(), and ast_format_register().
struct ast_frame*(* read)(struct ast_filestream *, int *whennext) |
Referenced by ast_format_register().
struct ast_filestream*(* rewrite)(FILE *f, const char *comment) |
Referenced by ast_format_register().
int(* seek)(struct ast_filestream *, long offset, int whence) |
Referenced by ast_format_register(), and ast_seekstream().
long(* tell)(struct ast_filestream *fs) |
Referenced by ast_format_register(), and ast_tellstream().
int(* trunc)(struct ast_filestream *fs) |
Referenced by ast_format_register(), and ast_truncstream().
int(* write)(struct ast_filestream *, struct ast_frame *) |
Referenced by ast_format_register(), and ast_writestream().