- cleanup formatting
This commit is contained in:
parent
b1cc4d1509
commit
f01c5040e1
|
|
@ -7,9 +7,11 @@
|
||||||
#define __MT_CODEC_LIST_H
|
#define __MT_CODEC_LIST_H
|
||||||
|
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
|
||||||
#if defined(USE_RESIP_INTEGRATION)
|
#if defined(USE_RESIP_INTEGRATION)
|
||||||
# include "resiprocate/resip/stack/SdpContents.hxx"
|
# include "resiprocate/resip/stack/SdpContents.hxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "MT_Codec.h"
|
#include "MT_Codec.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
@ -109,7 +111,7 @@ public:
|
||||||
~CodecListPriority();
|
~CodecListPriority();
|
||||||
|
|
||||||
void setupFrom(PVariantMap vmap);
|
void setupFrom(PVariantMap vmap);
|
||||||
int count(const CodecList& cl) const;
|
int count(const CodecList& cl) const;
|
||||||
Codec::Factory& codecAt(const CodecList& cl, int index) const;
|
Codec::Factory& codecAt(const CodecList& cl, int index) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue