Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
moh_files_state Struct Reference
Collaboration diagram for moh_files_state:
Collaboration graph
[legend]

Data Fields

int announcement
 
struct mohclassclass
 
struct ast_formatmohwfmt
 
char name [MAX_MUSICCLASS]
 
struct ast_formatorigwfmt
 
int pos
 
int sample_queue
 
int samples
 
int save_pos
 
char save_pos_filename [PATH_MAX]
 
int save_total
 

Detailed Description

Definition at line 138 of file res_musiconhold.c.

Field Documentation

◆ announcement

int announcement

Definition at line 143 of file res_musiconhold.c.

◆ class

struct mohclass* class

Holds a reference to the MOH class.

Definition at line 140 of file res_musiconhold.c.

Referenced by moh_alloc().

◆ mohwfmt

struct ast_format* mohwfmt

Definition at line 142 of file res_musiconhold.c.

◆ name

char name[MAX_MUSICCLASS]

◆ origwfmt

struct ast_format* origwfmt

Definition at line 141 of file res_musiconhold.c.

◆ pos

int pos

Definition at line 146 of file res_musiconhold.c.

◆ sample_queue

int sample_queue

Definition at line 145 of file res_musiconhold.c.

◆ samples

int samples

Definition at line 144 of file res_musiconhold.c.

◆ save_pos

int save_pos

Definition at line 147 of file res_musiconhold.c.

◆ save_pos_filename

char save_pos_filename[PATH_MAX]

Definition at line 150 of file res_musiconhold.c.

◆ save_total

int save_total

Definition at line 148 of file res_musiconhold.c.


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