Asterisk - The Open Source Telephony Project
GIT-master-8924258
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Modules
Pages
include
asterisk
celt.h
Go to the documentation of this file.
1
/*
2
* Asterisk -- An open source telephony toolkit.
3
*
4
* Copyright (C) 2011, Digium, Inc.
5
*
6
* David Vossel <dvossel@digium.com>
7
*
8
* See http://www.asterisk.org for more information about
9
* the Asterisk project. Please do not directly contact
10
* any of the maintainers of this project for assistance;
11
* the project provides a web site, mailing lists and IRC
12
* channels for your use.
13
*
14
* This program is free software, distributed under the terms of
15
* the GNU General Public License Version 2. See the LICENSE file
16
* at the top of the source tree.
17
*/
18
19
/*!
20
* \file
21
* \brief CELT Format Attributes
22
*
23
* \author David Vossel <dvossel@digium.com>
24
*/
25
#ifndef _AST_FORMAT_CELT_H_
26
#define _AST_FORMAT_CELT_H_
27
28
#define AST_CELT_DEFAULT_FRAME_SIZE 480
29
30
/*! CELT format attribute key value pairs, all are accessible through ast_format_get_value()*/
31
enum
celt_attr_keys
{
32
CELT_ATTR_KEY_SAMP_RATE
,
/*!< value is an unsigned integer representing sample rate */
33
CELT_ATTR_KEY_MAX_BITRATE
,
/*!< value is an int */
34
CELT_ATTR_KEY_FRAME_SIZE
,
/*!< value is an int */
35
};
36
37
#endif
/* _AST_FORMAT_CELT_H */
celt_attr_keys
celt_attr_keys
Definition:
celt.h:31
CELT_ATTR_KEY_SAMP_RATE
@ CELT_ATTR_KEY_SAMP_RATE
Definition:
celt.h:32
CELT_ATTR_KEY_FRAME_SIZE
@ CELT_ATTR_KEY_FRAME_SIZE
Definition:
celt.h:34
CELT_ATTR_KEY_MAX_BITRATE
@ CELT_ATTR_KEY_MAX_BITRATE
Definition:
celt.h:33
Generated on Wed Apr 23 2025 20:04:24 for Asterisk - The Open Source Telephony Project by
1.9.4