|
Asterisk - The Open Source Telephony Project GIT-master-4c84066
|
Codec roundtrip entry: table of codecs to test. More...
Data Fields | |
| const char * | format_name |
| int | is_lossy |
| double | min_snr_db |
| int | sample_rate |
Codec roundtrip entry: table of codecs to test.
Definition at line 395 of file test_codec_translations.c.
| const char* format_name |
Name used in ast_format_cache_get()
Definition at line 396 of file test_codec_translations.c.
| int is_lossy |
1 = lossy (use SNR check), 0 = near-lossless (use max err)
Definition at line 397 of file test_codec_translations.c.
| double min_snr_db |
Per-codec SNR floor; 0.0 = use MIN_SNR_LOSSY_DB default
Definition at line 398 of file test_codec_translations.c.
| int sample_rate |
Native slin rate: 8000/16000/32000/48000; 0 = default 8000
Definition at line 399 of file test_codec_translations.c.
Referenced by AST_TEST_DEFINE().