Skip to main content

I/O nodes

Appsrc/RTSP/file/UDP source and sink nodes. More...

Classes Index

structPreprocessMetaTemplate

Preprocess metadata template attached to ingress buffers. More...

structInputOptions

Caps, buffering, and pool options for the Input Node. More...

classInput

Push-mode source Node. More...

classRTSPInput

RTSP source Node — pulls a stream from an RTSP URL. More...

classStillImageInput

Source Node that emits a single image as a continuous video stream. More...

structUdpOutputOptions

Destination + sync options for the UdpOutput Node. More...

classUdpOutput

UDP sink Node — writes packets to a UDP destination. More...

Enumerations Index

enum classInputMemoryPolicy { ... }

Where ingress buffers should be allocated when the application pushes samples. More...

Description

Appsrc/RTSP/file/UDP source and sink nodes.

Enumerations

InputMemoryPolicy

enum class simaai::neat::InputMemoryPolicy
strong

Where ingress buffers should be allocated when the application pushes samples.

Enumeration values
AutoDefer to legacy / session-level target selection (= 0)
Ev74Allocate in EV74-visible memory
Dms0Allocate in DMS0 memory
SystemMemoryAllocate in plain system memory

Auto defers to legacy / session-level selection; the explicit values force a specific memory target.

Definition at line 62 of file Input.h.

62enum class InputMemoryPolicy {
63 Auto = 0,
64 Ev74,
65 Dms0,
67};

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.