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; }
34 virtual ::cricket::StunAttributeValueType value_type()
const ;
57 MCNAPI
void*
$ctor(ushort type);
59 MCNAPI
void*
$ctor(ushort type, uint64 value);
Definition StunAttribute.h:20
Definition StunUInt64Attribute.h:17
MCAPI StunUInt64Attribute(ushort type, uint64 value)
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI StunUInt64Attribute(ushort type)
MCAPI void * $ctor(ushort type, uint64 value)
static MCAPI void ** $vftable()
MCAPI void * $ctor(ushort type)
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11