Caps.h File
Caps helpers (typed capsfilter shortcuts) and the raw-fragment escape hatch. More...
Included Headers
#include "builder/Node.h"
#include "contracts/ContractTypes.h"
#include <memory>
#include <string>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Description
Caps helpers (typed capsfilter shortcuts) and the raw-fragment escape hatch.
These free functions return Node instances that emit capsfilter GStreamer fragments with type-safe arguments — you don't have to hand-write caps=video/x-raw,.... The Custom() factory is the escape hatch for emitting an arbitrary GStreamer fragment.
File Listing
The file content with the documentation metadata removed is:
13#include "contracts/ContractTypes.h"
18namespace simaai::neat::nodes {
44 simaai::neat::CapsMemory memory = simaai::neat::CapsMemory::Any);
47std::shared_ptr<simaai::neat::Node> CapsNV12SysMem(int w, int h, int fps);
50CapsI420(int w, int h, int fps, simaai::neat::CapsMemory memory = simaai::neat::CapsMemory::Any);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.