Skip to main content

NodeReport Struct

Per-Node entry in the report, listing what that Node produced in the GStreamer pipeline. More...

Declaration

struct simaai::neat::NodeReport { ... }

Included Headers

#include <SessionReport.h>

Public Member Attributes Index

intindex = -1

Position in the Session's Node list. More...

std::stringkind

Node's kind label (e.g., "FileInput", "H264Decode"). More...

std::stringuser_label

Optional user-supplied label (when set on the Node). More...

std::stringbackend_fragment

The GStreamer launch fragment this Node emitted. More...

std::vector< std::string >elements

Names of GStreamer elements owned by this Node. More...

Description

Per-Node entry in the report, listing what that Node produced in the GStreamer pipeline.

Definition at line 67 of file SessionReport.h.

Public Member Attributes

backend_fragment

std::string simaai::neat::NodeReport::backend_fragment

The GStreamer launch fragment this Node emitted.

Definition at line 71 of file SessionReport.h.

71 std::string backend_fragment;

elements

std::vector<std::string> simaai::neat::NodeReport::elements

Names of GStreamer elements owned by this Node.

Definition at line 72 of file SessionReport.h.

72 std::vector<std::string> elements;

index

int simaai::neat::NodeReport::index = -1

Position in the Session's Node list.

Definition at line 68 of file SessionReport.h.

68 int index = -1;

kind

std::string simaai::neat::NodeReport::kind

Node's kind label (e.g., "FileInput", "H264Decode").

Definition at line 69 of file SessionReport.h.

69 std::string kind;

user_label

std::string simaai::neat::NodeReport::user_label

Optional user-supplied label (when set on the Node).

Definition at line 70 of file SessionReport.h.

70 std::string user_label;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.