Data Fields | |
unsigned int | cost |
unsigned int | multistep |
enum path_samp_change | rate_change |
struct ast_translator * | step |
Definition at line 104 of file translate.c.
unsigned int cost |
Complete cost to destination
Definition at line 106 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 107 of file translate.c.
Referenced by ast_translate_path_steps(), ast_translator_best_choice(), and rebuild_matrix().
enum path_samp_change rate_change |
does this path require a sample rate change, if so what kind.
Definition at line 108 of file translate.c.
Referenced by ast_translator_best_choice(), and rebuild_matrix().
struct ast_translator* step |
Next step translator
Definition at line 105 of file translate.c.
Referenced by ast_translator_build_path(), handle_cli_core_show_translation(), and rebuild_matrix().