#include <image.h>
Data Fields | |
| char * | name |
| char * | desc |
| char * | exts |
| int | format |
| ast_frame *(* | read_image )(int fd, int len) |
| int(* | identify )(int fd) |
| int(* | write_image )(int fd, struct ast_frame *frame) |
| ast_imager * | next |
Definition at line 18 of file image.h.
|
|
Description Definition at line 22 of file image.h. Referenced by ast_image_register(), and ast_image_unregister(). |
|
|
Extension(s) (separated by '|' ) Definition at line 24 of file image.h. Referenced by ast_read_image(). |
|
|
Image format Definition at line 26 of file image.h. Referenced by ast_read_image(). |
|
|
Identify if this is that type of file Referenced by ast_read_image(). |
|
|
Name Definition at line 20 of file image.h. Referenced by ast_image_register(), ast_image_unregister(), and ast_read_image(). |
|
|
For linked list Definition at line 34 of file image.h. Referenced by ast_image_register(), ast_image_unregister(), and ast_read_image(). |
|
|
Read an image from a file descriptor Referenced by ast_read_image(). |
|
|
Returns length written |
1.4.2