Mon Aug 31 12:30:48 2015

Asterisk developer's documentation


ast_audiohook Struct Reference

#include <audiohook.h>

Public Member Functions

 AST_LIST_ENTRY (ast_audiohook) list

Data Fields

unsigned int flags
int format
ast_mutex_t lock
ast_audiohook_manipulate_callback manipulate_callback
struct ast_audiohook_options options
struct ast_slinfactory read_factory
struct timeval read_time
const char * source
enum ast_audiohook_status status
struct ast_trans_pvttrans_pvt
ast_cond_t trigger
enum ast_audiohook_type type
struct ast_slinfactory write_factory
struct timeval write_time

Detailed Description

Definition at line 103 of file audiohook.h.


Member Function Documentation

AST_LIST_ENTRY ( ast_audiohook   ) 

Linked list information


Field Documentation

unsigned int flags

Flags on the audiohook

Definition at line 109 of file audiohook.h.

int format

Format translation path is setup as

Definition at line 114 of file audiohook.h.

Referenced by ast_audiohook_read_frame().

Lock that protects the audiohook structure

Definition at line 104 of file audiohook.h.

Referenced by ast_audiohook_destroy(), and ast_audiohook_trigger_wait().

Applicable options

Definition at line 117 of file audiohook.h.

Referenced by audiohook_read_frame_both(), audiohook_read_frame_single(), channel_spy(), and launch_monitor_thread().

Factory where frames read from the channel, or read from the whisper source will go through

Definition at line 110 of file audiohook.h.

Referenced by ast_audiohook_destroy(), ast_audiohook_write_frame(), audiohook_read_frame_both(), and audiohook_read_frame_single().

struct timeval read_time [read]

Last time read factory was fed

Definition at line 112 of file audiohook.h.

Referenced by ast_audiohook_write_frame(), and audiohook_read_frame_both().

const char* source

Who this audiohook ultimately belongs to

Definition at line 108 of file audiohook.h.

Referenced by ast_channel_audiohook_count_by_source(), ast_channel_audiohook_count_by_source_running(), and find_audiohook_by_source().

struct ast_trans_pvt* trans_pvt [read]

Translation path for reading frames

Definition at line 115 of file audiohook.h.

Referenced by ast_audiohook_destroy(), and ast_audiohook_read_frame().

Type of audiohook

Definition at line 106 of file audiohook.h.

Referenced by ast_audiohook_attach(), ast_audiohook_destroy(), and ast_audiohook_remove().

Factory where frames written to the channel will go through

Definition at line 111 of file audiohook.h.

Referenced by ast_audiohook_destroy(), ast_audiohook_write_frame(), audio_audiohook_write_list(), audiohook_read_frame_both(), and audiohook_read_frame_single().

struct timeval write_time [read]

Last time write factory was fed

Definition at line 113 of file audiohook.h.

Referenced by ast_audiohook_write_frame(), and audiohook_read_frame_both().


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

Generated on 31 Aug 2015 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1