CELT Format Attributes. More...

Go to the source code of this file.
Defines | |
| #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.
| #define AST_CELT_DEFAULT_FRAME_SIZE 480 |
| enum celt_attr_keys |
CELT format attribute key value pairs, all are accessible through ast_format_get_value()
| 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.
{
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 */
};