3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
11namespace rtc {
class ByteBufferReader; }
12namespace rtc {
class ByteBufferWriter; }
37 virtual ::cricket::StunAttributeValueType value_type()
const ;
55 MCNAPI uint64
Size()
const;
63 MCNAPI
void*
$ctor(ushort type, ushort length);
Definition StunAttribute.h:20
Definition StunUInt16ListAttribute.h:17
MCAPI void AddTypeAtIndex(ushort index, ushort value)
MCAPI void * $ctor(ushort type, ushort length)
MCAPI StunUInt16ListAttribute(ushort type, ushort length)
MCAPI ushort GetType(int index) const
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI void AddType(ushort value)
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
MCAPI uint64 Size() const
static MCAPI void ** $vftable()
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11