Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_framehook Struct Reference

Data Fields

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

Detailed Description

Definition at line 39 of file framehook.c.

Field Documentation

struct ast_channel* chan

This pointer to ast_channel the framehook is attached to.

Definition at line 42 of file framehook.c.

Referenced by ast_framehook_attach(), and framehook_list_push_event().

int detach_and_destroy_me

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

Definition at line 46 of file framehook.c.

Referenced by ast_framehook_detach(), and framehook_list_push_event().

Definition at line 40 of file framehook.c.

Referenced by ast_framehook_attach(), and framehook_list_push_event().

unsigned int id

the id representing this framehook on a channel

Definition at line 44 of file framehook.c.

Referenced by ast_framehook_attach(), and ast_framehook_detach().

struct { ... } list

list entry for ast_framehook_list object

struct ast_framehook* next

Definition at line 48 of file framehook.c.


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