Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


ast_framehook Struct Reference
Collaboration diagram for ast_framehook:

Data Fields

struct ast_channelchan
int detach_and_destroy_me
struct ast_framehook_interface i
unsigned int id
struct {
   struct ast_framehook *   next
list

Field Documentation

struct ast_channel* chan

This pointer to ast_channel the framehook is attached to.

Definition at line 38 of file framehook.c.

Referenced by framehook_list_push_event(), and ast_framehook_attach().

when set, this signals the read and write function to detach the hook

Definition at line 42 of file framehook.c.

Referenced by framehook_list_push_event(), and ast_framehook_detach().

Definition at line 36 of file framehook.c.

Referenced by framehook_list_push_event(), and ast_framehook_attach().

unsigned int id

the id representing this framehook on a channel

Definition at line 40 of file framehook.c.

Referenced by ast_framehook_attach(), and ast_framehook_detach().

struct { ... } list

list entry for ast_framehook_list object

Definition at line 44 of file framehook.c.


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