Asterisk - The Open Source Telephony Project  18.5.0
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 129 of file res_musiconhold.c.

Field Documentation

◆ announcement

int announcement

Definition at line 134 of file res_musiconhold.c.

Referenced by ast_moh_files_next(), moh_files_generator(), and moh_files_release().

◆ class

struct mohclass* class

◆ mohwfmt

struct ast_format* mohwfmt

◆ name

char name[MAX_MUSICCLASS]

◆ origwfmt

struct ast_format* origwfmt

◆ pos

int pos

Definition at line 137 of file res_musiconhold.c.

Referenced by ast_moh_files_next(), moh_files_alloc(), and moh_files_release().

◆ sample_queue

int sample_queue

Definition at line 136 of file res_musiconhold.c.

Referenced by moh_files_generator().

◆ samples

int samples

Definition at line 135 of file res_musiconhold.c.

Referenced by ast_moh_files_next(), and moh_files_generator().

◆ save_pos

int save_pos

Definition at line 138 of file res_musiconhold.c.

Referenced by ast_moh_files_next(), and moh_files_release().

◆ save_pos_filename

char save_pos_filename[PATH_MAX]

Definition at line 141 of file res_musiconhold.c.

Referenced by ast_moh_files_next().

◆ save_total

int save_total

Definition at line 139 of file res_musiconhold.c.

Referenced by moh_files_alloc().


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