#include <image.h>
Collaboration diagram for ast_imager:
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 '|' ) |
|
Image format |
|
Identify if this is that type of file |
|
Name Definition at line 20 of file image.h. Referenced by ast_image_register(), and ast_image_unregister(). |
|
For linked list Definition at line 34 of file image.h. Referenced by ast_image_register(), and ast_image_unregister(). |
|
Read an image from a file descriptor |
|
Returns length written |