Thu Apr 28 2011 16:57:21

Asterisk developer's documentation


grab_desc Struct Reference

#include <console_video.h>

Collaboration diagram for grab_desc:

Data Fields

void *(* close )(void *d)
void(* move )(void *d, int dx, int dy)
const char * name
void *(* open )(const char *name, struct fbuf_t *geom, int fps)
struct fbuf_t *(* read )(void *d)

Detailed Description

Definition at line 80 of file console_video.h.


Field Documentation

void*(* close)(void *d)

Definition at line 85 of file console_video.h.

void(* move)(void *d, int dx, int dy)

Definition at line 84 of file console_video.h.

const char* name

Definition at line 81 of file console_video.h.

void*(* open)(const char *name, struct fbuf_t *geom, int fps)

Definition at line 82 of file console_video.h.

struct fbuf_t*(* read)(void *d) [read]

Definition at line 83 of file console_video.h.


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