Agora  1.2.0
Agora project
video_receiver.cc File Reference

Implementation file for the VideoReceiver class. More...

#include "video_receiver.h"
#include <cstring>
#include <string>
#include "logger.h"
Include dependency graph for video_receiver.cc:

Variables

static constexpr size_t kMaxRxAttempts = 25u
 
static const std::string kRxAddress = ""
 

Detailed Description

Implementation file for the VideoReceiver class.

Variable Documentation

◆ kMaxRxAttempts

constexpr size_t kMaxRxAttempts = 25u
staticconstexpr

◆ kRxAddress

const std::string kRxAddress = ""
static