CVB++ 15.0
Loading...
Searching...
No Matches
rtpstreaming.hpp
1#pragma once
2
3#include <memory>
4
5#include "../_cexports/c_rtpstreaming.h"
6
7#include "../utilities/system_info.hpp"
8#include "../global.hpp"
9
10namespace Cvb
11{
12
13 CVB_BEGIN_INLINE_NS
14
16
23 namespace RTPStreaming
24 {
25 class StreamConfig;
28
29 class Stream;
32
33 } // namespace RTPStreaming
34
35 CVB_END_INLINE_NS
36} // namespace Cvb
37
A RTP stream to send images.
Definition stream.hpp:30
Namespace for RTP streaming.
Definition rtpstreaming.hpp:24
std::shared_ptr< Stream > StreamPtr
Convenience shared pointer for Stream.
Definition rtpstreaming.hpp:31
std::shared_ptr< StreamConfig > StreamConfigPtr
Convenience shared pointer for StreamConfig.
Definition rtpstreaming.hpp:27
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17