Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_tone_zone_part Struct Reference

A description of a part of a tone. More...

#include <indications.h>

Data Fields

unsigned int freq1
 
unsigned int freq2
 
unsigned int midinote:1
 
unsigned int modulate:1
 
unsigned int time
 

Detailed Description

A description of a part of a tone.

The elements in this structure map to the format described for the data part of the ast_tone_zone_sound struct.

Definition at line 109 of file indications.h.

Field Documentation

◆ freq1

unsigned int freq1

Definition at line 110 of file indications.h.

Referenced by ast_playtones_start(), ast_tone_zone_part_parse(), and send_dial_tone().

◆ freq2

unsigned int freq2

Definition at line 111 of file indications.h.

Referenced by ast_playtones_start(), ast_tone_zone_part_parse(), and send_dial_tone().

◆ midinote

unsigned int midinote

Definition at line 114 of file indications.h.

Referenced by ast_playtones_start(), and ast_tone_zone_part_parse().

◆ modulate

unsigned int modulate

Definition at line 113 of file indications.h.

Referenced by ast_playtones_start(), and ast_tone_zone_part_parse().

◆ time

unsigned int time

Definition at line 112 of file indications.h.

Referenced by ast_playtones_start(), and ast_tone_zone_part_parse().


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