Asterisk - The Open Source Telephony Project  18.5.0
ilbc.h
Go to the documentation of this file.
1 #ifndef _AST_FORMAT_ILBC_H_
2 #define _AST_FORMAT_ILBC_H_
3 
4 struct ilbc_attr {
5  unsigned int mode;
6 };
7 
8 #endif /* _AST_FORMAT_ILBC_H */
Definition: ilbc.h:4
unsigned int mode
Definition: ilbc.h:5