UdpOutput Class
UDP sink Node — writes packets to a UDP destination. More...
Declaration
class simaai::neat::UdpOutput { ... }
Included Headers
#include <UdpOutput.h>
Base class
| class | Node |
Public Constructors Index
| UdpOutput (UdpOutputOptions opt) | |
|
Construct with destination + sync options. More... | |
Public Member Functions Index
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
| const UdpOutputOptions & | options () const |
|
Destination and sync options this Node was constructed with. More... | |
Private Member Attributes Index
| UdpOutputOptions | opt_ |
Description
UDP sink Node — writes packets to a UDP destination.
Use as the final stage of an RTP streaming pipeline or any Graph that forwards data over UDP. For RTP video, place after an H.264 payloader.
Definition at line 40 of file UdpOutput.h.
Public Constructors
UdpOutput()
| inline explicit |
Construct with destination + sync options.
Definition at line 43 of file UdpOutput.h.