RtspDecodedInput.h File
RTSP input group options and builder. More...
Included Headers
#include "builder/NodeGroup.h"
#include "contracts/ContractTypes.h"
#include <string>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
| namespace | groups |
Classes Index
| struct | RtspDecodedInputOptions |
| struct | OutputCaps |
Description
RTSP input group options and builder.
File Listing
The file content with the documentation metadata removed is:
9#include "contracts/ContractTypes.h"
13namespace simaai::neat::nodes::groups {
15struct RtspDecodedInputOptions {
17 int latency_ms = 200;
19 int payload_type = 96;
20 int h264_parse_config_interval = -1;
22 int h264_width = -1;
23 int h264_height = -1;
24 bool insert_queue = true;
26 bool auto_caps_from_stream = true;
27 int fallback_h264_fps = -1;
28 int fallback_h264_width = -1;
29 int fallback_h264_height = -1;
31 int sima_allocator_type = 2;
32 std::string out_format = "NV12";
33 std::string decoder_name;
34 bool decoder_raw_output = true;
35 std::string decoder_next_element;
37 bool use_videoconvert = false;
38 bool use_videoscale = false;
40 struct OutputCaps {
47 } output_caps;
49 std::string extra_fragment;
52simaai::neat::NodeGroup RtspDecodedInput(const RtspDecodedInputOptions& opt);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.