Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields
ast_imager Struct Reference

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_formatformat
 
int(* identify )(int fd)
 
char * name
 
struct ast_frame *(* read_image )(int fd, int len)
 
int(* write_image )(int fd, struct ast_frame *frame)
 

Detailed Description

structure associated with registering an image format

Definition at line 27 of file image.h.

Member Function Documentation

AST_LIST_ENTRY ( ast_imager  )

For linked list

Field Documentation

char* desc

Description

Definition at line 29 of file image.h.

Referenced by ast_image_register(), and ast_image_unregister().

char* exts

Extension(s) (separated by '|' )

Definition at line 30 of file image.h.

Referenced by ast_read_image().

struct ast_format* format

Image format

Definition at line 31 of file image.h.

Referenced by ast_read_image().

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
struct ast_frame*(* read_image) (int fd, int len)

Read an image from a file descriptor

Definition at line 32 of file image.h.

Referenced by ast_read_image().

int(* write_image) (int fd, struct ast_frame *frame)

Returns length written

Definition at line 34 of file image.h.


The documentation for this struct was generated from the following file: