40 bool process(frame_container &frames);
Definition FacialLandmarksCV.cpp:17
ModuleProps()
Definition Module.h:40
Module(Kind nature, string name, ModuleProps _props)
Definition Module.cpp:144
Definition RTSPPusher.h:6
std::string URL
Definition RTSPPusher.h:16
~RTSPPusherProps()
Definition RTSPPusher.h:12
RTSPPusherProps(std::string _URL, std::string _title)
Definition RTSPPusher.h:8
uint32_t encoderTargetKbps
Definition RTSPPusher.h:19
bool isTCP
Definition RTSPPusher.h:18
std::string title
Definition RTSPPusher.h:17
bool processEOS(string &pinId)
Definition RTSPPusher.cpp:410
bool init()
Definition RTSPPusher.cpp:305
bool shouldTriggerSOS()
Definition RTSPPusher.cpp:405
RTSPPusher(RTSPPusherProps props)
Definition RTSPPusher.cpp:292
bool process(frame_container &frames)
Definition RTSPPusher.cpp:354
bool processSOS(frame_sp &frame)
Definition RTSPPusher.cpp:381
virtual ~RTSPPusher()
Definition RTSPPusher.cpp:300
EventType
Definition RTSPPusher.h:26
@ CONNECTION_FAILED
Definition RTSPPusher.h:28
@ WRITE_FAILED
Definition RTSPPusher.h:29
@ CONNECTION_READY
Definition RTSPPusher.h:27
@ STREAM_ENDED
Definition RTSPPusher.h:30
bool validateInputPins()
Definition RTSPPusher.cpp:329
boost::shared_ptr< Detail > mDetail
Definition RTSPPusher.h:48
bool term()
Definition RTSPPusher.cpp:315