Mon Mar 12 2012 21:48:31

Asterisk developer's documentation


translator_path Struct Reference
Collaboration diagram for translator_path:

Data Fields

unsigned int cost
unsigned int multistep
enum path_samp_change rate_change
struct ast_translatorstep

Detailed Description

Definition at line 60 of file translate.c.


Field Documentation

unsigned int cost

Complete cost to destination

Definition at line 62 of file translate.c.

Referenced by ast_translator_best_choice(), and rebuild_matrix().

unsigned int multistep

Multiple conversions required for this translation

Definition at line 63 of file translate.c.

Referenced by ast_translate_path_steps(), ast_translator_best_choice(), and rebuild_matrix().

does this path require a sample rate change, if so what kind.

Definition at line 64 of file translate.c.

Referenced by ast_translator_best_choice(), and rebuild_matrix().

Next step translator

Definition at line 61 of file translate.c.

Referenced by ast_translator_build_path(), handle_cli_core_show_translation(), and rebuild_matrix().


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