23 #ifndef _ASTERISK_IMAGE_H 24 #define _ASTERISK_IMAGE_H structure associated with registering an image format
Main Channel structure associated with a channel.
int ast_image_init(void)
Initialize image stuff Initializes all the various image stuff. Basically just registers the cli stuf...
struct ast_frame * ast_read_image(const char *filename, const char *preflang, struct ast_format *format)
Make an image.
int ast_image_register(struct ast_imager *imgdrv)
Register image format.
int ast_send_image(struct ast_channel *chan, const char *filename)
Sends an image.
int(* write_image)(int fd, struct ast_frame *frame)
int ast_supports_images(struct ast_channel *chan)
Check for image support on a channel.
static int len(struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen)
AST_LIST_ENTRY(ast_imager) list
Data structure associated with a single frame of data.
void ast_image_unregister(struct ast_imager *imgdrv)
Unregister an image format.
struct ast_format * format