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

Definition at line 27 of file image.h.
Public Member Functions | |
| AST_LIST_ENTRY (ast_imager) list | |
Data Fields | |
| char * | desc |
| char * | exts |
| int | format |
| int(* | identify )(int fd) |
| char * | name |
| ast_frame *(* | read_image )(int fd, int len) |
| int(* | write_image )(int fd, struct ast_frame *frame) |
|
|
For linked list |
|
|
Description Definition at line 31 of file image.h. Referenced by ast_image_register(), ast_image_unregister(), and show_image_formats(). |
|
|
Extension(s) (separated by '|' ) Definition at line 33 of file image.h. Referenced by ast_read_image(), and show_image_formats(). |
|
|
Image format Definition at line 35 of file image.h. Referenced by ast_read_image(), and show_image_formats(). |
|
|
Identify if this is that type of file Referenced by ast_read_image(). |
|
|
Name Definition at line 29 of file image.h. Referenced by ast_image_register(), ast_image_unregister(), ast_read_image(), and show_image_formats(). |
|
|
Read an image from a file descriptor Referenced by ast_read_image(). |
|
|
Returns length written |