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; }
13namespace rtc {
class SocketAddress; }
35 virtual ::cricket::StunAttributeValueType value_type()
const ;
62 MCNAPI
void*
$ctor(ushort type, ushort length);
Definition StunAddressAttribute.h:18
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
MCAPI void * $ctor(ushort type, ushort length)
static MCAPI void ** $vftable()
MCAPI void SetAddress(::rtc::SocketAddress const &addr)
MCAPI void * $ctor(ushort type, ::rtc::SocketAddress const &addr)
MCAPI StunAddressAttribute(ushort type, ushort length)
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI StunAddressAttribute(ushort type, ::rtc::SocketAddress const &addr)
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
Definition StunAttribute.h:20
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition SocketAddress.h:12