Sat Apr 26 2014 22:02:01

Asterisk developer's documentation


celt.h File Reference

CELT Format Attributes. More...

This graph shows which files directly or indirectly include this file:

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 }

Detailed Description

CELT Format Attributes.

Author:
David Vossel <dvossel@digium.com>

Definition in file celt.h.


Define Documentation

#define AST_CELT_DEFAULT_FRAME_SIZE   480

Definition at line 28 of file celt.h.


Enumeration Type Documentation

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.

                    {
   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 */
};