| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
CELT Format Attributes. More...
Go to the source code of this file.
| Macros | |
| #define | AST_CELT_DEFAULT_FRAME_SIZE 480 | 
| Enumerations | |
| enum | celt_attr_keys { CELT_ATTR_KEY_SAMP_RATE , CELT_ATTR_KEY_MAX_BITRATE , CELT_ATTR_KEY_FRAME_SIZE } | 
CELT Format Attributes.
Definition in file celt.h.
| enum celt_attr_keys | 
CELT format attribute key value pairs, all are accessible through ast_format_get_value()
| Enumerator | |
|---|---|
| CELT_ATTR_KEY_SAMP_RATE | value is an unsigned integer representing sample rate | 
| CELT_ATTR_KEY_MAX_BITRATE | value is an int | 
| CELT_ATTR_KEY_FRAME_SIZE | value is an int | 
Definition at line 31 of file celt.h.