Skip to main content

OutputCaps Struct

Optional explicit output caps applied at the group's tail. More...

Declaration

struct simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps { ... }

Included Headers

#include <ImageInputGroup.h>

Public Member Attributes Index

boolenable = true

If false, no caps filter is inserted. More...

FormatSpecformat = FormatTag::NV12

Pixel format the group should advertise. More...

intwidth = -1

Output width (-1 = leave unspecified). More...

intheight = -1

Output height (-1 = leave unspecified). More...

intfps = -1

Output frame rate (-1 = leave unspecified). More...

simaai::neat::CapsMemorymemory = ...

Buffer memory domain. More...

Description

Optional explicit output caps applied at the group's tail.

Definition at line 47 of file ImageInputGroup.h.

Public Member Attributes

enable

bool simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::enable = true

If false, no caps filter is inserted.

Definition at line 48 of file ImageInputGroup.h.

48 bool enable = true;

format

FormatSpec simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::format = FormatTag::NV12

Pixel format the group should advertise.

Definition at line 49 of file ImageInputGroup.h.

fps

int simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::fps = -1

Output frame rate (-1 = leave unspecified).

Definition at line 52 of file ImageInputGroup.h.

52 int fps = -1;

height

int simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::height = -1

Output height (-1 = leave unspecified).

Definition at line 51 of file ImageInputGroup.h.

51 int height = -1;

memory

simaai::neat::CapsMemory simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::memory

Buffer memory domain.

Initialiser

Definition at line 53 of file ImageInputGroup.h.

width

int simaai::neat::nodes::groups::ImageInputGroupOptions::OutputCaps::width = -1

Output width (-1 = leave unspecified).

Definition at line 50 of file ImageInputGroup.h.

50 int width = -1;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.