| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
structure associated with registering an image format More...
#include <image.h>

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