3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/DataChannelObserver.h"
7#include "mc/external/webrtc/scoped_refptr.h"
12namespace webrtc {
class DataChannelInterface; }
13namespace webrtc {
struct DataBuffer; }
36 virtual void OnStateChange() ;
42 virtual void OnBufferedAmountChange(uint64 previous_amount) ;
Definition MyDataChannelObserver.h:18
MCAPI void $OnBufferedAmountChange(uint64 previous_amount)
MCAPI MyDataChannelObserver(::NetherNet::NetworkSession *pSession, ::webrtc::scoped_refptr<::webrtc::DataChannelInterface > pDataChannel)
MCAPI void $OnStateChange()
static MCAPI void ** $vftable()
MCAPI void $OnMessage(::webrtc::DataBuffer const &message)
MCAPI void * $ctor(::NetherNet::NetworkSession *pSession, ::webrtc::scoped_refptr<::webrtc::DataChannelInterface > pDataChannel)
Definition NetworkSession.h:29
Definition NetworkSession.h:8
Definition DataChannelObserver.h:12
Definition scoped_refptr.h:8
Definition DataBuffer.h:7