Asterisk - The Open Source Telephony Project
18.5.0
|
SILK Format Attributes. More...
Go to the source code of this file.
Enumerations | |
enum | silk_attr_keys { SILK_ATTR_KEY_SAMP_RATE, SILK_ATTR_KEY_DTX, SILK_ATTR_KEY_FEC, SILK_ATTR_KEY_PACKETLOSS_PERCENTAGE, SILK_ATTR_KEY_MAX_BITRATE } |
enum | silk_attr_vals { SILK_ATTR_VAL_SAMP_8KHZ = (1 << 0), SILK_ATTR_VAL_SAMP_12KHZ = (1 << 1), SILK_ATTR_VAL_SAMP_16KHZ = (1 << 2), SILK_ATTR_VAL_SAMP_24KHZ = (1 << 3) } |
SILK Format Attributes.
Definition in file silk.h.
enum silk_attr_keys |
SILK format attribute key value pairs, all are accessible through ast_format_get_value()