#include <server_connection.h>
◆ ~ServerConnectionObserver()
virtual cuttlefish::webrtc_streaming::ServerConnectionObserver::~ServerConnectionObserver |
( |
| ) |
|
|
virtualdefault |
◆ OnClose()
virtual void cuttlefish::webrtc_streaming::ServerConnectionObserver::OnClose |
( |
| ) |
|
|
pure virtual |
◆ OnError()
virtual void cuttlefish::webrtc_streaming::ServerConnectionObserver::OnError |
( |
const std::string & |
error | ) |
|
|
pure virtual |
◆ OnOpen()
virtual void cuttlefish::webrtc_streaming::ServerConnectionObserver::OnOpen |
( |
| ) |
|
|
pure virtual |
◆ OnReceive()
virtual void cuttlefish::webrtc_streaming::ServerConnectionObserver::OnReceive |
( |
const uint8_t * |
msg, |
|
|
size_t |
length, |
|
|
bool |
is_binary |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: