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 *) |
|
Referenced by ast_closestream(), and ast_format_register(). |
|
Definition at line 58 of file file.c. Referenced by ast_filehelper(), ast_format_register(), ast_readfile(), ast_writefile(), and show_file_formats(). |
|
Definition at line 60 of file file.c. Referenced by ast_closestream(), ast_filehelper(), ast_format_register(), ast_playstream(), ast_writestream(), and show_file_formats(). |
|
Referenced by ast_format_register(). |
|
Definition at line 55 of file file.c. Referenced by ast_format_register(), ast_format_unregister(), ast_writestream(), and show_file_formats(). |
|
Definition at line 81 of file file.c. Referenced by ast_filehelper(), ast_format_register(), ast_format_unregister(), ast_readfile(), ast_writefile(), and show_file_formats(). |
|
Referenced by ast_filehelper(), ast_format_register(), and ast_readfile(). |
|
Referenced by ast_format_register(), ast_readaudio_callback(), ast_readframe(), and ast_readvideo_callback(). |
|
Referenced by ast_format_register(), and ast_writefile(). |
|
Referenced by ast_format_register(), ast_seekstream(), and ast_writefile(). |
|
Referenced by ast_format_register(), and ast_tellstream(). |
|
Referenced by ast_format_register(), and ast_truncstream(). |
|
Referenced by ast_format_register(), and ast_writestream(). |