H264Depacketize.h File
RTP H264 depay node wrapper. More...
Included Headers
#include "builder/Node.h"
#include "builder/OutputSpec.h"
#include <memory>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | H264Depacketize |
Description
RTP H264 depay node wrapper.
File Listing
The file content with the documentation metadata removed is:
12namespace simaai::neat {
14class H264Depacketize final : public Node, public OutputSpecProvider {
17 explicit H264Depacketize(int payload_type = 96, int h264_parse_config_interval = -1,
18 int h264_fps = -1, int h264_width = -1, int h264_height = -1,
19 bool enforce_h264_caps = true);
23 NodeCapsBehavior caps_behavior() const override {
29 std::string backend_fragment(int node_index) const override;
30 std::vector<std::string> element_names(int node_index) const override;
31 OutputSpec output_spec(const OutputSpec& input) const override;
33 int payload_type() const {
36 int h264_parse_config_interval() const {
42 int h264_width() const {
45 int h264_height() const {
48 bool enforce_h264_caps() const {
63namespace simaai::neat::nodes {
65H264Depacketize(int payload_type = 96, int h264_parse_config_interval = -1, int h264_fps = -1,
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.