3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/StunAttribute.h"
7#include "mc/external/webrtc/StunAttributeValueType.h"
26 StunUInt32Attribute& operator=(StunUInt32Attribute
const&);
27 StunUInt32Attribute(StunUInt32Attribute
const&);
28 StunUInt32Attribute();
33 virtual ::webrtc::StunAttributeValueType value_type()
const ;
39 virtual ~StunUInt32Attribute() =
default;
51 MCNAPI
void*
$ctor(ushort type, uint value);
Definition ByteBufferReader.h:15
Definition ByteBufferWriter.h:11
Definition StunAttribute.h:20
MCAPI::webrtc::StunAttributeValueType $value_type() const
MCAPI StunUInt32Attribute(ushort type, uint value)
static MCAPI void ** $vftable()
MCAPI void * $ctor(ushort type, uint value)
MCAPI bool $Read(::webrtc::ByteBufferReader *buf)
MCAPI bool $Write(::webrtc::ByteBufferWriter *buf) const