TcrSdk-Windows V1.0
|
#include <string>
#include <stdint.h>
#include <memory>
#include "custom_data_channel.h"
#include "keyboard.h"
#include "mouse.h"
#include "gamepad.h"
#include "tcr_logger.h"
#include "video_frame_observer.h"
Go to the source code of this file.
Classes | |
class | TcrSession |
This interface represents a session between the client and the TCR server. More... | |
class | TcrSession::Observer |
The Observer class is used to receive events from TcrSession. More... | |