RTSPInput.h File
RTSP input node wrapper. More...
Included Headers
#include "builder/Node.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | RTSPInput |
Description
RTSP input node wrapper.
File Listing
The file content with the documentation metadata removed is:
12namespace simaai::neat {
16 RTSPInput(std::string url, int latency_ms = 200, bool tcp = true, bool drop_on_latency = false,
17 std::string buffer_mode = "");
22 std::string user_label() const override {
25 InputRole input_role() const override {
28 NodeCapsBehavior caps_behavior() const override {
32 std::string backend_fragment(int node_index) const override;
33 std::vector<std::string> element_names(int node_index) const override;
38 int latency_ms() const {
44 bool drop_on_latency() const {
47 const std::string& buffer_mode() const {
61namespace simaai::neat::nodes {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.