Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
RTSPPusherProps Class Reference

#include <RTSPPusher.h>

Inheritance diagram for RTSPPusherProps:
Inheritance graph
Collaboration diagram for RTSPPusherProps:
Collaboration graph

Public Member Functions

 RTSPPusherProps (std::string _URL, std::string _title)
 
 ~RTSPPusherProps ()
 
- Public Member Functions inherited from ModuleProps
 ModuleProps ()
 
 ModuleProps (float _fps)
 
 ModuleProps (float _fps, size_t _qlen, bool _logHealth)
 
 ModuleProps (FrameFetchStrategy _frameFetchStrategy)
 
size_t getQLen ()
 
virtual size_t getSerializeSize ()
 

Public Attributes

std::string URL
 
std::string title
 
bool isTCP
 
uint32_t encoderTargetKbps
 
- Public Attributes inherited from ModuleProps
float fps
 
size_t qlen
 
bool logHealth
 
int logHealthFrequency
 
size_t maxConcurrentFrames
 
int skipN = 0
 
int skipD = 1
 
FrameFetchStrategy frameFetchStrategy
 
QuePushStrategy::QuePushStrategyType quePushStrategyType
 
FIndexStrategy::FIndexStrategyType fIndexStrategyType
 
bool enableHealthCallBack
 
int healthUpdateIntervalInSec
 

Additional Inherited Members

- Public Types inherited from ModuleProps
enum  FrameFetchStrategy { PUSH , PULL }
 

Constructor & Destructor Documentation

◆ RTSPPusherProps()

RTSPPusherProps::RTSPPusherProps ( std::string _URL,
std::string _title )
inline

◆ ~RTSPPusherProps()

RTSPPusherProps::~RTSPPusherProps ( )
inline

Member Data Documentation

◆ encoderTargetKbps

uint32_t RTSPPusherProps::encoderTargetKbps

◆ isTCP

bool RTSPPusherProps::isTCP

◆ title

std::string RTSPPusherProps::title

◆ URL

std::string RTSPPusherProps::URL

The documentation for this class was generated from the following file: