|
Yate
|
IAX format description. More...
#include <yateiax.h>
Public Member Functions | |
| IAXFormatDesc () | |
| u_int32_t | format () const |
| unsigned int | multiplier () const |
| void | setFormat (u_int32_t fmt, int type) |
Protected Attributes | |
| u_int32_t | m_format |
| unsigned int | m_multiplier |
IAX format description.
This class holds IAX format description
|
inline |
Constructor
|
inline |
Get the format
|
inline |
Get the format multiplier used to translate timestamps
| void setFormat | ( | u_int32_t | fmt, |
| int | type ) |
Set the format
| fmt | The format |
| type | Format type as IAXFormat::Media enumeration |