h264_streamer.h
Go to the documentation of this file.
1 #ifndef H264_STREAMERS_H_
2 #define H264_STREAMERS_H_
3 
8 
9 namespace web_video_server
10 {
11 
13 {
14 public:
16  ros::NodeHandle& nh);
17  ~H264Streamer();
18 protected:
19  virtual void initializeEncoder();
20  std::string preset_;
21 };
22 
24 {
25 public:
27  virtual boost::shared_ptr<ImageStreamer> create_streamer(const async_web_server_cpp::HttpRequest& request,
29  ros::NodeHandle& nh);
30 };
31 
32 }
33 
34 #endif
35 
H264Streamer(const async_web_server_cpp::HttpRequest &request, async_web_server_cpp::HttpConnectionPtr connection, ros::NodeHandle &nh)


web_video_server
Author(s): Mitchell Wills
autogenerated on Tue Mar 1 2022 00:04:38